diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-08 18:11:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-08 18:11:03 +0000 |
commit | 3cff17a919cce3de2bd55032665acd6875b22020 (patch) | |
tree | ff7e42585206580846d318ec21dc5a79dbcf05fe /usr.sbin/cron/database.c | |
parent | 50ed485ee90e432e7b61ef4ba5439790c4cc70b8 (diff) |
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.c | 4 |
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] |