Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern/arch/powerpc Don't make memset.c since bzero...



details:   https://anonhg.NetBSD.org/src/rev/2929b446831e
branches:  trunk
changeset: 543381:2929b446831e
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Feb 24 07:09:18 2003 +0000

description:
Don't make memset.c since bzero.o has memset in addition to bzero.

diffstat:

 sys/lib/libkern/arch/powerpc/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 757d71469134 -r 2929b446831e sys/lib/libkern/arch/powerpc/Makefile.inc
--- a/sys/lib/libkern/arch/powerpc/Makefile.inc Mon Feb 24 03:01:03 2003 +0000
+++ b/sys/lib/libkern/arch/powerpc/Makefile.inc Mon Feb 24 07:09:18 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.19 2001/12/02 11:03:39 mjl Exp $
+#      $NetBSD: Makefile.inc,v 1.20 2003/02/24 07:09:18 matt Exp $
 
 SRCS+= __main.c __assert.c \
        imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
        bswap16.c bswap32.c bswap64.c \
        bcmp.c bzero.c \
-       memchr.c memcmp.c memset.c \
+       memchr.c memcmp.c \
        strcat.c strcmp.c strcpy.c strcasecmp.c \
        strncasecmp.c strncmp.c strncpy.c \
        scanc.c skpc.c \



Home | Main Index | Thread Index | Old Index