Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string Fix stupid typo. I added memmem, not memmove.
details: https://anonhg.NetBSD.org/src/rev/01a680402236
branches: trunk
changeset: 574815:01a680402236
user: perry <perry%NetBSD.org@localhost>
date: Mon Mar 14 03:13:53 2005 +0000
description:
Fix stupid typo. I added memmem, not memmove.
diffstat:
lib/libc/string/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 8a6129a1016b -r 01a680402236 lib/libc/string/Makefile.inc
--- a/lib/libc/string/Makefile.inc Sun Mar 13 16:53:08 2005 +0000
+++ b/lib/libc/string/Makefile.inc Mon Mar 14 03:13:53 2005 +0000
@@ -1,5 +1,5 @@
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $NetBSD: Makefile.inc,v 1.55 2005/03/13 15:15:13 perry Exp $
+# $NetBSD: Makefile.inc,v 1.56 2005/03/14 03:13:53 perry Exp $
# string sources
.PATH: ${ARCHDIR}/string ${.CURDIR}/string
@@ -39,7 +39,7 @@
SRCS+= memcpy.c
.endif
.if empty(SRCS:Mmemmem.S)
-SRCS+= memmove.c
+SRCS+= memmem.c
.endif
.if empty(SRCS:Mmemmove.S)
SRCS+= memmove.c
Home |
Main Index |
Thread Index |
Old Index