artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a22b8
)
getopt & int
author
deraadt
<deraadt@openbsd.org>
Wed, 29 Jan 1997 01:28:03 +0000
(
01:28
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 29 Jan 1997 01:28:03 +0000
(
01:28
+0000)
sbin/ipf/ipf.c
patch
|
blob
|
history
diff --git
a/sbin/ipf/ipf.c
b/sbin/ipf/ipf.c
index
2025449
..
3d4eb97
100644
(file)
--- a/
sbin/ipf/ipf.c
+++ b/
sbin/ipf/ipf.c
@@
-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 miller
t Exp $";
+static char rcsid[] = "$Id: ipf.c,v 1.
9 1997/01/29 01:28:03 deraad
t 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)