summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron/cron.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/cron/cron.c')
-rw-r--r--usr.sbin/cron/cron/cron.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron/cron.c b/usr.sbin/cron/cron/cron.c
index 301883a..928d709 100644
--- a/usr.sbin/cron/cron/cron.c
+++ b/usr.sbin/cron/cron/cron.c
@@ -16,7 +16,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: cron.c,v 1.4 1997/02/22 16:04:40 peter Exp $";
#endif
@@ -297,7 +297,7 @@ parse_args(argc, argv)
{
int argch;
- while (EOF != (argch = getopt(argc, argv, "x:"))) {
+ while ((argch = getopt(argc, argv, "x:")) != -1) {
switch (argch) {
case 'x':
if (!set_debug_flags(optarg))
OpenPOWER on IntegriCloud