summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/newsyslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/newsyslog/newsyslog.c')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index 0add1c4..d1c3232 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -25,11 +25,11 @@ provided "as is" without express or implied warranty.
* keeping the a specified number of backup files around.
*
* $Source: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.c,v $
- * $Author: jkh $
+ * $Author: peter $
*/
#ifndef lint
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: newsyslog.c,v 1.9 1997/02/22 16:08:26 peter Exp $";
#endif /* not lint */
#ifndef CONF
@@ -212,7 +212,7 @@ static void PRS(argc,argv)
}
optind = 1; /* Start options parsing */
- while ((c=getopt(argc,argv,"nrvf:t:")) != EOF)
+ while ((c=getopt(argc,argv,"nrvf:t:")) != -1)
switch (c) {
case 'n':
noaction++; /* This implies needroot as off */
OpenPOWER on IntegriCloud