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 add memcmp. Why doesn't this use ...



details:   https://anonhg.NetBSD.org/src/rev/cd98a3534a1e
branches:  trunk
changeset: 582029:cd98a3534a1e
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Jun 14 01:07:36 2005 +0000

description:
add memcmp. Why doesn't this use the regular libsa pullover?

diffstat:

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

diffs (18 lines):

diff -r 23dec7a33646 -r cd98a3534a1e sys/arch/atari/stand/libsa/Makefile
--- a/sys/arch/atari/stand/libsa/Makefile       Mon Jun 13 22:46:56 2005 +0000
+++ b/sys/arch/atari/stand/libsa/Makefile       Tue Jun 14 01:07:36 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2003/10/28 11:41:46 he Exp $
+#      $NetBSD: Makefile,v 1.24 2005/06/14 01:07:36 jmc Exp $
 
 LIB=   sa
 
@@ -26,7 +26,7 @@
 
 # stand routines
 SRCS+= alloc.c bcmp.c bcopy.c exec.c files.c getfile.c gets.c globals.c \
-       panic.c memcpy.c memmove.c memset.c printf.c strerror.c \
+       panic.c memcmp.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