diff options
author | 2005-11-29 20:43:31 +0000 | |
---|---|---|
committer | 2005-11-29 20:43:31 +0000 | |
commit | ae7ac33fa511bc8685f3434b3b40366f94ef8a00 (patch) | |
tree | 65f2d9b58925f648cb50d2a131dd284cae29ee10 /usr.sbin/cron/crontab.c | |
parent | tabs on empty lines (diff) | |
download | wireguard-openbsd-ae7ac33fa511bc8685f3434b3b40366f94ef8a00.tar.xz wireguard-openbsd-ae7ac33fa511bc8685f3434b3b40366f94ef8a00.zip |
crontab.c uses the rcsid in the crontab head comment so don't protect
it from lint. Found by cloder@
Diffstat (limited to 'usr.sbin/cron/crontab.c')
-rw-r--r-- | usr.sbin/cron/crontab.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c index aa1a78c91b6..40638fc7292 100644 --- a/usr.sbin/cron/crontab.c +++ b/usr.sbin/cron/crontab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crontab.c,v 1.48 2005/01/30 21:00:31 millert Exp $ */ +/* $OpenBSD: crontab.c,v 1.49 2005/11/29 20:43:31 millert Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved @@ -21,9 +21,7 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char const rcsid[] = "$OpenBSD: crontab.c,v 1.48 2005/01/30 21:00:31 millert Exp $"; -#endif +static char const rcsid[] = "$OpenBSD: crontab.c,v 1.49 2005/11/29 20:43:31 millert Exp $"; /* crontab - install and manage per-user crontab files * vix 02may87 [RCS has the rest of the log] |