summaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/crontab.c')
-rw-r--r--usr.sbin/cron/crontab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c
index 2fae5876d30..9ed216e139d 100644
--- a/usr.sbin/cron/crontab.c
+++ b/usr.sbin/cron/crontab.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crontab.c,v 1.26 2001/12/20 23:27:47 millert Exp $ */
+/* $OpenBSD: crontab.c,v 1.27 2002/02/16 21:28:01 millert Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
*/
@@ -21,7 +21,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$OpenBSD: crontab.c,v 1.26 2001/12/20 23:27:47 millert Exp $";
+static char rcsid[] = "$OpenBSD: crontab.c,v 1.27 2002/02/16 21:28:01 millert Exp $";
#endif
/* crontab - install and manage per-user crontab files
@@ -58,7 +58,7 @@ static void list_cmd(void),
check_error(const char *),
parse_args(int c, char *v[]);
static int replace_cmd(void);
-static void clean_turds __P((int));
+static void clean_turds(int);
static void
usage(const char *msg) {