Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/lib/libkern/arch/vax Pull up revision 1.12 (request...



details:   https://anonhg.NetBSD.org/src/rev/12235477e6f0
branches:  netbsd-1-5
changeset: 488777:12235477e6f0
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 27 16:36:23 2000 +0000

description:
Pull up revision 1.12 (requested by matt)
  add strncasecmp.c (needed for cd9660)

diffstat:

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

diffs (11 lines):

diff -r 45df99b7f867 -r 12235477e6f0 sys/lib/libkern/arch/vax/Makefile.inc
--- a/sys/lib/libkern/arch/vax/Makefile.inc     Thu Jul 27 16:28:47 2000 +0000
+++ b/sys/lib/libkern/arch/vax/Makefile.inc     Thu Jul 27 16:36:23 2000 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile.inc,v 1.11 1999/01/15 13:31:32 bouyer Exp $
+#      $NetBSD: Makefile.inc,v 1.11.18.1 2000/07/27 16:36:23 matt Exp $
 #
 #      The rest of the lib routines are in machine/macros.h
 #
-SRCS+= __main.c __assert.c random.S strncmp.c bswap64.S
+SRCS+= __main.c __assert.c random.S strncmp.c strncasecmp.c bswap64.S



Home | Main Index | Thread Index | Old Index