getopt & int
authorderaadt <deraadt@openbsd.org>
Wed, 29 Jan 1997 01:28:03 +0000 (01:28 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 29 Jan 1997 01:28:03 +0000 (01:28 +0000)
sbin/ipf/ipf.c

index 2025449..3d4eb97 100644 (file)
@@ -34,7 +34,7 @@
 
 #ifndef        lint
 static char    sccsid[] = "@(#)ipf.c   1.23 6/5/96 (C) 1993-1995 Darren Reed";
-static char    rcsid[] = "$Id: ipf.c,v 1.8 1997/01/17 07:12:16 millert Exp $";
+static char    rcsid[] = "$Id: ipf.c,v 1.9 1997/01/29 01:28:03 deraadt Exp $";
 #endif
 
 #if    SOLARIS
@@ -55,7 +55,7 @@ int main(argc,argv)
 int argc;
 char *argv[];
 {
-       char    c;
+       int     c;
 
        while ((c = getopt(argc, argv, "AsInopvdryf:F:l:EDzZ")) != -1) {
                switch (c)