CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/03 16:00:06
Modified files:
usr.sbin/traceroute: Makefile traceroute.c
Added files:
usr.sbin/traceroute: worker.c traceroute.h
Log message:
rearrange code: traceroute.c now only contains main() and usage(),
worker.c contains all other functions, and i tracked down which global
variables are used in which file and marked them accordingly with
static (or not). No functional change, just the basis of further work.
ok florian@, deraadt@