Date: Tue, 13 Apr 2004 01:34:53 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c Message-ID: <200404130834.i3D8YrYe021961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404130834.i3D8YrYe021961>
