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/02/1998 04:00:01
kleink
Thu Apr  2 03:54:03 PST 1998
Update of /cvsroot/src/usr.sbin/ac
In directory nb00:/tmp/cvs-serv1715

Modified Files:
	ac.c 
Log Message:
Need <time.h> for strftime(), localtime() and time() prototypes.
<sys/file.h> and <sys/time.h> are not required, so remove these inclusions.


kleink
Thu Apr  2 03:55:52 PST 1998
Update of /cvsroot/src/usr.sbin/bootp/common
In directory nb00:/tmp/cvs-serv1746

Modified Files:
	readfile.c 
Log Message:
Need <time.h> for ctime() prototype.