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 03:40:02
kleink
Thu Apr  2 03:31:43 PST 1998
Update of /cvsroot/src/usr.bin/tip
In directory nb00:/tmp/cvs-serv1542

Modified Files:
	tip.h 
Log Message:
Include <time.h>, needed for various definitions.  Also, per KNF, don't include
both <sys/param.h> and <sys/types.h>; the former is sufficient.


kleink
Thu Apr  2 03:34:23 PST 1998
Update of /cvsroot/src/usr.bin/w
In directory nb00:/tmp/cvs-serv1585

Modified Files:
	pr_time.c 
Log Message:
Need <time.h> for localtime() and strftime() prototypes.


kleink
Thu Apr  2 03:39:40 PST 1998
Update of /cvsroot/src/usr.bin/w
In directory nb00:/tmp/cvs-serv1635

Modified Files:
	w.c 
Log Message:
Need <time.h> for strftime() and related definitions.  Also, no need to
include <sys/tty.h>.