CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/31 06:19:41
Modified files:
usr.bin/at : Makefile
usr.bin/crontab: Makefile
usr.sbin/cron : Makefile misc.c
Added files:
usr.sbin/cron : client.c common.c
Log message:
Split client-only (at, crontab) functions out of misc.c and into
client.c. Move truly common functions into common.c. This avoids
dead code in the at and crontab commands.
