Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libsa Add bzero.c, errno.c, and memset.c to SRCS



details:   https://anonhg.NetBSD.org/src/rev/e3c23a8dd601
branches:  trunk
changeset: 467903:e3c23a8dd601
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Mar 30 22:02:39 1999 +0000

description:
Add bzero.c, errno.c, and memset.c to SRCS

diffstat:

 sys/lib/libsa/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 6533f6f25998 -r e3c23a8dd601 sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile    Tue Mar 30 22:01:15 1999 +0000
+++ b/sys/lib/libsa/Makefile    Tue Mar 30 22:02:39 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 1999/02/24 19:31:03 drochner Exp $
+#      $NetBSD: Makefile,v 1.28 1999/03/30 22:02:39 cgd Exp $
 
 LIB=   sa
 MKPIC= no
@@ -14,9 +14,9 @@
 #COPTS+= -ansi -pedantic -Wall
 
 # stand routines
-SRCS+= alloc.c bcopy.c exit.c exec.c getfile.c gets.c globals.c \
-       memcmp.c memcpy.c panic.c printf.c snprintf.c sprintf.c \
-       strerror.c subr_prf.c twiddle.c vsprintf.c
+SRCS+= alloc.c bcopy.c bzero.c errno.c exit.c exec.c getfile.c gets.c \
+       globals.c memcmp.c memcpy.c memset.c panic.c printf.c snprintf.c \
+       sprintf.c strerror.c subr_prf.c twiddle.c vsprintf.c
 
 # io routines
 SRCS+= closeall.c dev.c disklabel.c dkcksum.c ioctl.c nullfs.c stat.c fstat.c



Home | Main Index | Thread Index | Old Index