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

Diff for /src/usr.bin/netstat/netstat.h between version 1.63 and 1.64

version 1.63, 2012/08/22 00:11:57 version 1.64, 2012/12/05 23:20:25
Line 32 
Line 32 
  *      from: @(#)netstat.h     8.2 (Berkeley) 1/4/94   *      from: @(#)netstat.h     8.2 (Berkeley) 1/4/94
  */   */
   
 #include <sys/cdefs.h>  
   
 /* What is the max length of a pointer printed with %p (including 0x)? */  /* What is the max length of a pointer printed with %p (including 0x)? */
 #define PLEN    (LONG_BIT / 4 + 2)  #define PLEN    (LONG_BIT / 4 + 2)
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64