[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.18 and 1.19

version 1.18, 1997/07/23 04:38:34 version 1.19, 1997/07/25 04:29:00
Line 211 
Line 211 
 }  }
   
 /* column widths; each followed by one space */  /* column widths; each followed by one space */
 #define WID_DST         16      /* width of destination column */  #define WID_DST         18      /* width of destination column */
 #define WID_GW          18      /* width of gateway column */  #define WID_GW          18      /* width of gateway column */
   
 /*  /*

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19