Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/01/1998 07:30:01
kleink
Wed Apr 1 07:20:25 PST 1998
Update of /cvsroot/src/sbin/umount
In directory nb00:/tmp/cvs-serv673
Modified Files:
umount.c
Log Message:
No need to include <sys/socketvar.h>.
kleink
Wed Apr 1 07:22:58 PST 1998
Update of /cvsroot/src/sbin/fsck_ext2fs
In directory nb00:/tmp/cvs-serv708
Modified Files:
inode.c
Log Message:
Need <time.h> for ctime() and time() prototypes.
tv
Wed Apr 1 07:23:36 PST 1998
Update of /cvsroot/src/share/mk
In directory nb00:/tmp/cvs-serv714
Modified Files:
bsd.kmod.mk bsd.lib.mk bsd.prog.mk bsd.sys.mk sys.mk
Log Message:
Fix .y rules to DTRT with possibly generated .h files. See mail on
tech-toolchain for a very detailed explanation of this. In short, add
a .y.h rule identical to the .y.c rule and make the .y.c rule rename
the .h file; also, clean the .h file in CLEANFILES.
kleink
Wed Apr 1 07:24:13 PST 1998
Update of /cvsroot/src/sbin/fsck_ext2fs
In directory nb00:/tmp/cvs-serv769
Modified Files:
main.c
Log Message:
Need <time.h> for time() prototype.
kleink
Wed Apr 1 07:26:00 PST 1998
Update of /cvsroot/src/sbin/fsck_ext2fs
In directory nb00:/tmp/cvs-serv789
Modified Files:
pass1.c
Log Message:
Need <time.h> for ctime() prototype.
kleink
Wed Apr 1 07:28:13 PST 1998
Update of /cvsroot/src/sbin/newfs
In directory nb00:/tmp/cvs-serv810
Modified Files:
mkfs.c
Log Message:
Need <time.h> for time() prototype.