getopt(3) returns an int, not char.
authormillert <millert@openbsd.org>
Thu, 16 Jan 1997 00:35:52 +0000 (00:35 +0000)
committermillert <millert@openbsd.org>
Thu, 16 Jan 1997 00:35:52 +0000 (00:35 +0000)
sbin/bim/bim.c

index bbb52f5..41f1fe6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bim.c,v 1.3 1997/01/15 23:41:09 millert Exp $ */
+/*     $OpenBSD: bim.c,v 1.4 1997/01/16 00:35:52 millert Exp $ */
 /*     $NetBSD: bim.c,v 1.4 1995/09/28 07:08:49 phil Exp $     */
 
 /* 
@@ -610,7 +610,7 @@ char *argv[];
     char *argcmds[MAXARGCMDS];
     extern int optind, opterr;
     extern char *optarg;
-    char optchar;
+    int optchar;
     int index;
 
     /* Check the parameters.  */