CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/14 10:30:53
Modified files:
usr.sbin/cron : atrun.c database.c do_command.c externs.h
macros.h
Log message:
Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX
and use limits.h instead of sys/param.h.
