[BACK]Return to net80211.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/net80211.c between version 1.3 and 1.4

version 1.3, 2005/12/18 17:53:12 version 1.4, 2007/06/19 05:29:26
Line 32 
Line 32 
 #include <net80211/ieee80211.h>  #include <net80211/ieee80211.h>
 #include <net80211/ieee80211_ioctl.h>  #include <net80211/ieee80211_ioctl.h>
   
   #include <err.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
Line 102 
Line 103 
         p(is_node_timeout, "\t%lu node%s timed out\n");          p(is_node_timeout, "\t%lu node%s timed out\n");
         p(is_crypto_nomem, "\t%lu failure%s with no memory for crypto ctx\n");          p(is_crypto_nomem, "\t%lu failure%s with no memory for crypto ctx\n");
   
   end:  
         close(s);          close(s);
   
 #undef p  #undef p

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4