diff options
Diffstat (limited to 'usr.sbin/cron/cron.h')
-rw-r--r-- | usr.sbin/cron/cron.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron.h b/usr.sbin/cron/cron.h index ebc772ccd49..2c3e1061a97 100644 --- a/usr.sbin/cron/cron.h +++ b/usr.sbin/cron/cron.h @@ -17,7 +17,7 @@ /* cron.h - header for vixie's cron * - * $Id: cron.h,v 1.2 1997/12/22 08:10:41 deraadt Exp $ + * $Id: cron.h,v 1.3 1999/08/28 20:13:13 millert Exp $ * * vix 14nov88 [rest of log is in RCS] * vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley] @@ -231,7 +231,7 @@ user *load_user __P((int, struct passwd *, char *)), entry *load_entry __P((FILE *, void (*)(), struct passwd *, char **)); -FILE *cron_popen __P((char *, char *)); +FILE *cron_popen __P((char *, char *, entry *)); /* in the C tradition, we only create |