diff options
| author | 2002-07-08 18:11:02 +0000 | |
|---|---|---|
| committer | 2002-07-08 18:11:02 +0000 | |
| commit | c95ed47381d34b7e84872222ea23180d76bd77fb (patch) | |
| tree | 33a254b436d31034b8aea06a054a6c2f0695dea7 /usr.sbin/cron/do_command.c | |
| parent | offload the arguments from the stack before performing (diff) | |
| download | wireguard-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/do_command.c')
| -rw-r--r-- | usr.sbin/cron/do_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c index c11b207d1c8..bf95a32a762 100644 --- a/usr.sbin/cron/do_command.c +++ b/usr.sbin/cron/do_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: do_command.c,v 1.16 2002/06/23 03:07:19 deraadt Exp $ */ +/* $OpenBSD: do_command.c,v 1.17 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: do_command.c,v 1.16 2002/06/23 03:07:19 deraadt Exp $"; +static char const rcsid[] = "$OpenBSD: do_command.c,v 1.17 2002/07/08 18:11:02 millert Exp $"; #endif #include "cron.h" |
