summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokenadm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tokenadm')
-rw-r--r--usr.sbin/tokenadm/tokenadm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tokenadm/tokenadm.c b/usr.sbin/tokenadm/tokenadm.c
index 2385a922458..6ba981fc475 100644
--- a/usr.sbin/tokenadm/tokenadm.c
+++ b/usr.sbin/tokenadm/tokenadm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tokenadm.c,v 1.2 2001/05/30 20:43:02 markus Exp $ */
+/* $OpenBSD: tokenadm.c,v 1.3 2001/10/24 13:06:36 mpech Exp $ */
/*-
* Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
@@ -102,7 +102,7 @@ main(int argc, char **argv)
if (setrlimit(RLIMIT_CORE, &cds) < 0)
syslog(LOG_ERR, "couldn't set core dump size to 0: %m");
- while ((c = getopt(argc, argv, "BDERT1bdem:ru")) != EOF)
+ while ((c = getopt(argc, argv, "BDERT1bdem:ru")) != -1)
switch (c) {
case 'B':
if (what != LIST)