cvs commit: src/usr.sbin/arp arp.c
Luigi Rizzo
luigi at FreeBSD.org
Tue Apr 13 01:34:54 PDT 2004
luigi 2004/04/13 01:34:53 PDT
FreeBSD src repository
Modified files:
usr.sbin/arp arp.c
Log:
Make functions and variables static.
Remove global variables in favour of local ones.
Fix indentation of a couple of switch statements.
Overall, this program badly need cleaning up, as it relies
on information passed around through global variables.
Revision Changes Path
1.48 +95 -87 src/usr.sbin/arp/arp.c
More information about the cvs-src
mailing list