Declare socklen_t len in main, it's used in two places, no need
authorflorian <florian@openbsd.org>
Fri, 18 Apr 2014 16:58:02 +0000 (16:58 +0000)
committerflorian <florian@openbsd.org>
Fri, 18 Apr 2014 16:58:02 +0000 (16:58 +0000)
commit3d68813784772fb7b8b0489e7b8b6cb10700d49b
tree10a3800473f550b522f7f356060a2a2e7d07875e
parentd68f5b39d79804fdbd0397e8d18c11dfe8a0a904
Declare socklen_t len in main, it's used in two places, no need
to declare it twice. We can get rid of a { } block.
OK benno@
usr.sbin/traceroute/traceroute.c
usr.sbin/traceroute6/traceroute6.c