freebsd-dev/usr.bin/netstat
Bruce Evans aa54e1ecc5 Fixed missing declaration of pluralies(). This showed up as strange
printf format warnings for inet6.c (pluralies() was implicit int, but
the context requires a "char *").

Added WARNS?=2 to the Makefile so that such errors don't come back.
Added NO_WERROR?= to the Makefile because I haven't checked that setting
WARNS doesn't uncover more bugs except on i386's.
2003-12-29 04:41:38 +00:00
..
atalk.c
if.c Fix some minor nits in netstat whereby large interface names would be 2003-11-28 17:34:23 +00:00
inet6.c o Typo/Grammar fixes 2003-01-14 16:02:56 +00:00
inet.c Print the correct ICMP statistics for "no return routes". 2003-10-23 13:53:19 +00:00
ipsec.c
ipx.c
main.c Restore old netstat -m output. 2003-12-23 13:24:03 +00:00
Makefile Fixed missing declaration of pluralies(). This showed up as strange 2003-12-29 04:41:38 +00:00
mbuf.c Teach netstat about the new sendfile statistics. 2003-12-28 08:59:41 +00:00
mroute6.c
mroute.c 1. Add support for printing PIM-related statistics with 2003-08-07 18:21:21 +00:00
netgraph.c
netstat.1 Restore old netstat -m output. 2003-12-23 13:24:03 +00:00
netstat.h Fixed missing declaration of pluralies(). This showed up as strange 2003-12-29 04:41:38 +00:00
route.c Fix some minor nits in netstat whereby large interface names would be 2003-11-28 17:34:23 +00:00
unix.c