summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/database.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-07-08 18:11:02 +0000
committermillert <millert@openbsd.org>2002-07-08 18:11:02 +0000
commitc95ed47381d34b7e84872222ea23180d76bd77fb (patch)
tree33a254b436d31034b8aea06a054a6c2f0695dea7 /usr.sbin/cron/database.c
parentoffload the arguments from the stack before performing (diff)
downloadwireguard-openbsd-c95ed47381d34b7e84872222ea23180d76bd77fb.tar.xz
wireguard-openbsd-c95ed47381d34b7e84872222ea23180d76bd77fb.zip
Merge in some changes from Paul Vixie's tree; most are cosmetic
o ANSI function headers o return (foo) not return foo o add -oi to sendmail flags o update email address in man pages o make some strings const o completely remove globbing cruft from popen.c o whitespace changes o add DOW_STAR to flags for "monthly", "weekly", and "daily" cron entries
Diffstat (limited to 'usr.sbin/cron/database.c')
-rw-r--r--usr.sbin/cron/database.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/database.c b/usr.sbin/cron/database.c
index d575465ddc6..fca3d81225c 100644
--- a/usr.sbin/cron/database.c
+++ b/usr.sbin/cron/database.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: database.c,v 1.6 2002/05/09 21:22:01 millert Exp $ */
+/* $OpenBSD: database.c,v 1.7 2002/07/08 18:11:02 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: database.c,v 1.6 2002/05/09 21:22:01 millert Exp $";
+static char const rcsid[] = "$OpenBSD: database.c,v 1.7 2002/07/08 18:11:02 millert Exp $";
#endif
/* vix 26jan87 [RCS has the log]