artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfcdf32
)
getopt() returns an int, not a char. [thorpej]
author
kstailey
<kstailey@openbsd.org>
Sat, 19 Apr 1997 19:13:45 +0000
(19:13 +0000)
committer
kstailey
<kstailey@openbsd.org>
Sat, 19 Apr 1997 19:13:45 +0000
(19:13 +0000)
usr.sbin/ipsend/iptest/iptest.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ipsend/iptest/iptest.c
b/usr.sbin/ipsend/iptest/iptest.c
index
baa023d
..
85f2d27
100644
(file)
--- a/
usr.sbin/ipsend/iptest/iptest.c
+++ b/
usr.sbin/ipsend/iptest/iptest.c
@@
-95,8
+95,8
@@
char **argv;
struct in_addr gwip;
ip_t *ip;
char *name = argv[0], host[64], *gateway = NULL, *dev = NULL;
- char *src = NULL, *dst,
c,
*s;
- int mtu = 1500, tests = 0, pointtest = 0;
+ char *src = NULL, *dst, *s;
+ int mtu = 1500, tests = 0, pointtest = 0
, c
;
/*
* 65535 is maximum packet size...you never know...