Deleted Added
full compact
47c47
< __FBSDID("$FreeBSD: head/usr.bin/netstat/main.c 153809 2005-12-28 20:36:55Z kbyanc $");
---
> __FBSDID("$FreeBSD: head/usr.bin/netstat/main.c 160787 2006-07-28 16:09:19Z yar $");
65a66
> #include <stdint.h>
276d276
< const char *pluralies(int);
660c660
< plural(int n)
---
> plural(uintmax_t n)
666c666
< plurales(int n)
---
> plurales(uintmax_t n)
672c672
< pluralies(int n)
---
> pluralies(uintmax_t n)