ANSIfication, remove 'register' and 'auto' use, convert K&R procedure decls.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 10 Mar 2004 18:27:28 +0000 (18:27 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 10 Mar 2004 18:27:28 +0000 (18:27 +0000)
commitadfb836ff3f2fb8b34f4a3edb7687131d54d75ec
treec66ecaabf32311a3d5b5e4018b99e469385b679a
parent29c01b3aef29fa40dd13fc6ea55fe9c3c20bbeea
ANSIfication, remove 'register' and 'auto' use, convert K&R procedure decls.
Fix one bug where getc() was being called on a FILE returned by fdopen()
before the a FILE was checked for NULL.

Submitted-by: Chris Pressey <cpressey@catseye.mine.nu>
usr.sbin/cron/cron/cron.c
usr.sbin/cron/cron/cron.h
usr.sbin/cron/cron/do_command.c
usr.sbin/cron/cron/job.c
usr.sbin/cron/cron/popen.c
usr.sbin/cron/lib/entry.c
usr.sbin/cron/lib/env.c
usr.sbin/cron/lib/misc.c