[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.65 and 1.66

version 1.65, 2013/03/20 15:23:37 version 1.66, 2013/10/22 16:40:28
Line 32 
Line 32 
  *      from: @(#)netstat.h     8.2 (Berkeley) 1/4/94   *      from: @(#)netstat.h     8.2 (Berkeley) 1/4/94
  */   */
   
   #include <kvm.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)
   
Line 132 
Line 134 
   
 void    intpr(int, int);  void    intpr(int, int);
   
 void    unixpr(u_long, u_long);  void    unixpr(kvm_t *, u_long);
   
 void    mroutepr(u_long, u_long, u_long);  void    mroutepr(u_long, u_long, u_long);
 void    mrt_stats(void);  void    mrt_stats(void);

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66