CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/28 04:00:00
Modified files:
usr.sbin/traceroute: traceroute.c
Log message:
move as many globals as possible into the main function - thats the
only place where they are used.
Only exception: v6flags - make it an argument to usage()
ok florian@
