cvs commit: src/usr.bin/netstat ipx.c
Robert Watson
rwatson at FreeBSD.org
Fri Dec 31 04:04:21 PST 2004
rwatson 2004-12-31 12:04:21 UTC
FreeBSD src repository
Modified files:
usr.bin/netstat ipx.c
Log:
Apply a simplifying patch submitted by rik to the IPX support in
netstat(1):
- Make previously unnecessarily global variables local.
- Use LIST_FOREACH() in preference to manual iteration.
- Restore a sanity check through slightly incestuous use of queue macro
knowledge.
Submitted by: rik
Revision Changes Path
1.22 +14 -34 src/usr.bin/netstat/ipx.c
More information about the cvs-all
mailing list