--- src/usr.bin/netstat/main.c 2006/06/25 11:02:40 1.12 +++ src/usr.bin/netstat/main.c 2007/08/16 20:03:58 1.13 @@ -148,6 +148,8 @@ static struct nlist nl[] = { { "_rttrash" }, #define N_NCPUS 43 { "_ncpus" }, +#define N_CARPSTAT 44 + { "_carpstats" }, { "" }, }; @@ -179,6 +181,8 @@ struct protox { { -1, N_IPSECSTAT, 1, 0, ipsec_stats, NULL, "ipsec", 0}, #endif + { -1, N_CARPSTAT, 1, 0, + carp_stats, NULL, "carp", 0}, { -1, -1, 0, 0, 0, NULL, 0 } };