[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.5 and 1.6

version 1.5, 1996/08/16 09:29:34 version 1.6, 1996/10/25 10:50:52
Line 95 
Line 95 
 };  };
   
 static union {  static union {
         struct  sockaddr u_sa;          struct          sockaddr u_sa;
         u_short u_data[128];          u_int32_t       u_data[64];
 } pt_u;  } pt_u;
   
 int     do_rtent = 0;  int     do_rtent = 0;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6