summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/amd/get_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/amd/get_args.c')
-rw-r--r--usr.sbin/amd/amd/get_args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/amd/get_args.c b/usr.sbin/amd/amd/get_args.c
index 874ecd8..b6d14c3 100644
--- a/usr.sbin/amd/amd/get_args.c
+++ b/usr.sbin/amd/amd/get_args.c
@@ -37,7 +37,7 @@
*
* @(#)get_args.c 8.1 (Berkeley) 6/6/93
*
- * $Id$
+ * $Id: get_args.c,v 1.3 1997/02/22 16:01:28 peter Exp $
*
*/
@@ -113,7 +113,7 @@ char *v[];
char *logfile = 0;
char *sub_domain = 0;
- while ((opt_ch = getopt(c, v, "mnprva:c:d:h:k:l:t:w:x:y:C:D:")) != EOF)
+ while ((opt_ch = getopt(c, v, "mnprva:c:d:h:k:l:t:w:x:y:C:D:")) != -1)
switch (opt_ch) {
case 'a':
if (*optarg != '/') {
OpenPOWER on IntegriCloud