Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
> src/sys/dist/pf/net: pf.c
> src/sys/netinet: icmp_var.h ip_icmp.c
> src/usr.bin/netstat: inet.c
>
> Log Message:
> Change ICMP stats from a structure to an array of uint64_t's.
>
> Note: This is ABI-compatible with the old icmpstat structure; old netstat
> binaries will continue to work properly.
But it causes systat to crash and burn:
/home/dogcow/work/nbsrc/usr.bin/systat/icmp.c: In function 'showicmp':
/home/dogcow/work/nbsrc/usr.bin/systat/icmp.c:130: error: invalid use of
undefined type 'struct icmpstat'
Home |
Main Index |
Thread Index |
Old Index