CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/04 05:53:05
Modified files:
usr.sbin/cron : cron.c entry.c externs.h funcs.h globals.h
pathnames.h
Log message:
Change some globals from extern to static when they are not used
outside their respective .c files. Also remove some unused defines.
OK jung@
