Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern Add inet_addr.c (for nfs_bootparam.c)
details: https://anonhg.NetBSD.org/src/rev/940fc1d97252
branches: trunk
changeset: 471794:940fc1d97252
user: gwr <gwr%NetBSD.org@localhost>
date: Sun Apr 11 22:08:06 1999 +0000
description:
Add inet_addr.c (for nfs_bootparam.c)
diffstat:
sys/lib/libkern/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 67851b6b57ef -r 940fc1d97252 sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile Sun Apr 11 20:50:28 1999 +0000
+++ b/sys/lib/libkern/Makefile Sun Apr 11 22:08:06 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 1999/03/04 19:46:09 drochner Exp $
+# $NetBSD: Makefile,v 1.51 1999/04/11 22:08:06 gwr Exp $
LIB= kern
MKPIC= no
@@ -21,7 +21,7 @@
.endif
# Other stuff
-SRCS+= md5c.c sha1.c pmatch.c
+SRCS+= inet_addr.c md5c.c sha1.c pmatch.c
# Files to clean up
CLEANFILES+= lib${LIB}.o lib${LIB}.po
Home |
Main Index |
Thread Index |
Old Index