Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/netstat



Module Name:    src
Committed By:   lukem
Date:           Sun Apr 12 16:08:37 UTC 2009

Modified Files:
        src/usr.bin/netstat: atalk.c bpf.c fast_ipsec.c if.c inet.c inet6.c
            ipsec.c iso.c main.c mbuf.c mroute.c netstat.h route.c show.c
            unix.c

Log Message:
Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).
Fix probable bug with numeric printing of anon ports when using sysctl.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/netstat/atalk.c
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/netstat/bpf.c
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/netstat/fast_ipsec.c
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/netstat/if.c
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/netstat/inet.c
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/netstat/inet6.c
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/netstat/ipsec.c
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/netstat/iso.c
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/netstat/main.c
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/netstat/mbuf.c \
    src/usr.bin/netstat/unix.c
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/netstat/mroute.c
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/netstat/netstat.h
cvs rdiff -u -r1.72 -r1.73 src/usr.bin/netstat/route.c
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/netstat/show.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index