Module Name: src Committed By: dyoung Date: Tue Mar 1 19:01:59 UTC 2011
Modified Files: src/usr.bin/netstat: Makefile inet.c Added Files: src/usr.bin/netstat: pfsync.c Log Message: Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c does not have to #include PF header files that pollute the global namespace by #defining v4 and v6 (sheesh). To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/netstat/Makefile cvs rdiff -u -r1.93 -r1.94 src/usr.bin/netstat/inet.c cvs rdiff -u -r0 -r1.1 src/usr.bin/netstat/pfsync.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.