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

Diff for /src/usr.bin/netstat/route.c between version 1.79 and 1.80

version 1.79, 2008/06/13 05:57:50 version 1.80, 2008/06/13 05:59:05
Line 69 
Line 69 
 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))  #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))
   
 struct radix_node_head ***rt_head;  struct radix_node_head ***rt_head;
 struct radix_node_head ***rnt;                  /* provides enough space */  struct radix_node_head ***rnt;
 struct radix_node_head *rt_tables[AF_MAX+1];    /* provides enough space */  struct radix_node_head *rt_tables[AF_MAX+1];    /* provides enough space */
 u_int8_t                  af2rtafidx[AF_MAX+1];  u_int8_t                  af2rtafidx[AF_MAX+1];
   

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80