libsa/bcmp.c now defines both bcmp and memcmp

This commit is contained in:
dsl 2003-08-29 19:50:26 +00:00
parent 1ce757782d
commit b98ddfffb3
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ SRCS+= ashldi3.c ashrdi3.c bzero.c strcmp.c strlen.c
# 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