Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/sparc Add strtoul.c, otherwise kernels ...
details: https://anonhg.NetBSD.org/src/rev/f5379f882352
branches: trunk
changeset: 525720:f5379f882352
user: martin <martin%NetBSD.org@localhost>
date: Tue Apr 16 06:36:02 2002 +0000
description:
Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work
anymore.
Why only four archs provide this is beyound me.
diffstat:
sys/lib/libkern/arch/sparc/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e3581931a31 -r f5379f882352 sys/lib/libkern/arch/sparc/Makefile.inc
--- a/sys/lib/libkern/arch/sparc/Makefile.inc Tue Apr 16 06:11:39 2002 +0000
+++ b/sys/lib/libkern/arch/sparc/Makefile.inc Tue Apr 16 06:36:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.27 2001/07/01 11:55:36 kleink Exp $
+# $NetBSD: Makefile.inc,v 1.28 2002/04/16 06:36:02 martin Exp $
SRCS+= __main.c __assert.c \
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
@@ -6,7 +6,7 @@
bcmp.c bzero.S ffs.S \
memchr.c memcmp.c memset.S \
strcat.c strcmp.c strcpy.c strlen.S strcasecmp.c \
- strncasecmp.c strncmp.c strncpy.c \
+ strncasecmp.c strncmp.c strncpy.c strtoul.c \
scanc.c skpc.c \
htonl.S htons.S ntohl.S ntohs.S \
random.S
Home |
Main Index |
Thread Index |
Old Index