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>
This commit is contained in:
Paul Traina 1996-08-05 00:50:02 +00:00
parent 50893e50e2
commit 18fb104c5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17439

View File

@ -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>