Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libc/arch/m68k/string Pull up revision 1.3 (request...
details: https://anonhg.NetBSD.org/src/rev/d96d0d5267cb
branches: netbsd-1-5
changeset: 490672:d96d0d5267cb
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 16:32:47 2001 +0000
description:
Pull up revision 1.3 (requested by scottr):
Implement a significantly improved version of memccpy().
diffstat:
lib/libc/arch/m68k/string/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 709fb238f5de -r d96d0d5267cb lib/libc/arch/m68k/string/Makefile.inc
--- a/lib/libc/arch/m68k/string/Makefile.inc Mon Feb 26 16:32:19 2001 +0000
+++ b/lib/libc/arch/m68k/string/Makefile.inc Mon Feb 26 16:32:47 2001 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.2 1995/10/21 20:24:48 jtc Exp $
+# $NetBSD: Makefile.inc,v 1.2.18.1 2001/02/26 16:32:47 he Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \
strncat.c strncmp.S strncpy.S strpbrk.c strsep.c \
strspn.c strstr.c swab.S
-SRCS+= memcpy.S memmove.S strchr.S strrchr.S
+SRCS+= memcpy.S memccpy.S memmove.S strchr.S strrchr.S
Home |
Main Index |
Thread Index |
Old Index