Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/libsa libsa/bcmp.c now defines both bcm...



details:   https://anonhg.NetBSD.org/src/rev/010524816887
branches:  trunk
changeset: 551133:010524816887
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri Aug 29 19:50:26 2003 +0000

description:
libsa/bcmp.c now defines both bcmp and memcmp

diffstat:

 sys/arch/atari/stand/libsa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9799918ba1af -r 010524816887 sys/arch/atari/stand/libsa/Makefile
--- a/sys/arch/atari/stand/libsa/Makefile       Fri Aug 29 16:31:30 2003 +0000
+++ b/sys/arch/atari/stand/libsa/Makefile       Fri Aug 29 19:50:26 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2003/08/24 15:19:46 he Exp $
+#      $NetBSD: Makefile,v 1.22 2003/08/29 19:50:26 dsl Exp $
 
 LIB=   sa
 
@@ -25,7 +25,7 @@
 
 # stand routines
 SRCS+= alloc.c bcmp.c bcopy.c exec.c files.c getfile.c gets.c globals.c \
-       panic.c memcmp.c memcpy.c memmove.c memset.c printf.c strerror.c \
+       panic.c memcpy.c memmove.c memset.c printf.c strerror.c \
        subr_prf.c twiddle.c 
 
 # io routines



Home | Main Index | Thread Index | Old Index