CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/04 13:28:17
Modified files:
usr.sbin/cron : atrun.c client.c common.c cron.c cron.h
crontab.c database.c do_command.c entry.c env.c
job.c macros.h misc.c popen.c structs.h user.c
usr.bin/at : at.c
Removed files:
usr.sbin/cron : externs.h
Log message:
Change cron from including all headers in every file to only including
what each .c file needs. I have not removed cron.h since it will
be used in a future clean up of the cron's .h files. OK nicm@