summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/structs.h
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/structs.h
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/structs.h')
-rw-r--r--usr.sbin/cron/structs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cron/structs.h b/usr.sbin/cron/structs.h
index f0a4aee5f10..a0920f7249e 100644
--- a/usr.sbin/cron/structs.h
+++ b/usr.sbin/cron/structs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: structs.h,v 1.2 2001/02/19 14:33:33 millert Exp $ */
+/* $OpenBSD: structs.h,v 1.3 2002/07/08 18:11:02 millert Exp $ */
/*
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
@@ -59,4 +59,3 @@ typedef struct _cron_db {
* variables for the main program, just
* extern them elsewhere.
*/
-