diff options
author | pst <pst@FreeBSD.org> | 1996-08-05 00:50:02 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-08-05 00:50:02 +0000 |
commit | 67d02bf67e217dea0b8d910c4f77acfb122a91f1 (patch) | |
tree | 592486c626a1ee97af8aae3066020f964e543fc5 | |
parent | f7a98547287baffae7708d2fb36ee0d4878b7a92 (diff) | |
download | FreeBSD-src-67d02bf67e217dea0b8d910c4f77acfb122a91f1.zip FreeBSD-src-67d02bf67e217dea0b8d910c4f77acfb122a91f1.tar.gz |
Gratuitous whitespace change so that I can commit the source of the recent
buffer overflow patch.
Reviewed by: pst
Submitted by: Dave Andersen <angio@aros.net>
-rw-r--r-- | usr.sbin/cron/crontab/crontab.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index fbf6048..12e7b93 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -17,7 +17,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: crontab.c,v 1.4 1996/04/09 20:28:16 scrappy Exp $"; +static char rcsid[] = "$Id: crontab.c,v 1.5 1996/08/05 00:31:27 pst Exp $"; #endif /* crontab - install and manage per-user crontab files @@ -25,10 +25,8 @@ static char rcsid[] = "$Id: crontab.c,v 1.4 1996/04/09 20:28:16 scrappy Exp $"; * vix 26jan87 [original] */ - #define MAIN_PROGRAM - #include "cron.h" #include <errno.h> #include <fcntl.h> |