Makefile: =================================================================== RCS file: RCS/Makefile,v retrieving revision 2.3 diff -r2.3 Makefile 63,64c63,64 < #OPTIM = -O < OPTIM = -g --- > OPTIM = -O > #OPTIM = -g 71c71,72 < COMPAT = -DBSD --- > #COMPAT = -DBSD > COMPAT = -DBSD -bsd README: =================================================================== RCS file: RCS/README,v retrieving revision 2.2 diff -r2.2 README 0a1,4 > NOTE: This software was modified by Irving_Wolfe@Happy-Man.com to > compile on the NeXT 040 under NextStep 2.1. All changes are > detailed in the file next-diffs. I don't think I broke anything. > crond.c: =================================================================== RCS file: RCS/crond.c,v retrieving revision 2.1 diff -r2.1 crond.c 56a57 > static int sigchld_handler(); 58c59 < sigchld_handler(), parse_args(), run_reboot_jobs(); --- > parse_args(), run_reboot_jobs(); 257c258 < static void --- > static int 258a260,266 > { > static void x_sigchld_handler(); > x_sigchld_handler(); > return 0; > } > static void > x_sigchld_handler() crontab.c: =================================================================== RCS file: RCS/crontab.c,v retrieving revision 2.2 diff -r2.2 crontab.c 89c89 < void parse_args(), set_cron_uid(), set_cron_cwd(), --- > static void parse_args(), set_cron_uid(), set_cron_cwd(), 255c255 < void poke_daemon(); --- > static void poke_daemon(); 290c290 < void poke_daemon(); --- > static void poke_daemon(); do_command.c: =================================================================== RCS file: RCS/do_command.c,v retrieving revision 2.1 diff -r2.1 do_command.c 71c71,72 < extern void child_process(), log_it(); --- > extern void log_it(); > static void child_process();