Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 04/11/1999 18:05:01
Module Name: src
Committed By: ross
Date: Mon Apr 12 01:05:01 UTC 1999
Modified Files:
src/sys/lib/libkern: inet_addr.c libkern.h
src/sys/lib/libsa: net.c net.h
src/sys/nfs: nfs_bootparam.c
Log Message:
libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...
* Add prototype to libkern.h.
* Remove the almost-identical-copy from libsa/net.[ch].
* Change its type back to the (wrong, but harmless) historical one. (u_long)
* Kill the XXX local prototype in nfs_bootparam.c