=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/net80211.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/netstat/net80211.c 2011/03/04 23:48:15 1.7 +++ src/usr.bin/netstat/net80211.c 2012/07/13 20:20:49 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: net80211.c,v 1.7 2011/03/04 23:48:15 fgsch Exp $ */ +/* $OpenBSD: net80211.c,v 1.8 2012/07/13 20:20:49 stsp Exp $ */ /* * Copyright (c) 2005 Reyk Floeter @@ -80,7 +80,7 @@ p(is_rx_elem_toosmall, "\t%lu input packet%s with elements too small\n"); p(is_rx_badchan, "\t%lu input packet%s with invalid channel\n"); p(is_rx_chanmismatch, "\t%lu input packet%s with mismatched channel\n"); - p(is_rx_nodealloc, "\t%lu input packet%s dropped\n"); + p(is_rx_nodealloc, "\t%lu node allocation%s failed\n"); p(is_rx_ssidmismatch, "\t%lu input packet%s with mismatched ssid\n"); p(is_rx_auth_unsupported, "\t%lu input packet%s with unsupported auth algorithm\n"); p(is_rx_auth_fail, "\t%lu input authentication%s failed\n");