Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/31/1998 14:50:05
christos
Sat Jan 31 09:40:48 EST 1998
Update of /cvsroot/src/usr.sbin/cron
In directory netbsd1:/var/slash-tmp/cvs-serv12145

Modified Files:
	Makefile compat.c config.h cron.c cron.h crontab.c database.c 
	do_command.c entry.c env.c job.c misc.c pathnames.h popen.c 
	user.c 
Log Message:
Warnsify:
	- add __RCSID
	- remove nested comments
	- remove register and auto keywords
	- change into posix signals
	- fix prototypes


christos
Sat Jan 31 09:44:50 EST 1998
Update of /cvsroot/src/usr.sbin/cron
In directory netbsd1:/var/slash-tmp/cvs-serv14563

Modified Files:
	popen.c 
Log Message:
Remove crappy globbing stubs. If the feature needs to be added it should
be using glob(3).