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

Diff for /src/usr.bin/netstat/main.c between version 1.90 and 1.91

version 1.90, 2011/11/01 00:00:01 version 1.91, 2011/11/01 10:14:06
Line 158 
Line 158 
         char buf[_POSIX2_LINE_MAX];          char buf[_POSIX2_LINE_MAX];
         gid_t gid;          gid_t gid;
         u_long pcbaddr = 0;          u_long pcbaddr = 0;
         u_int tableid = 0;          u_int tableid;
         int Tflag = 0;          int Tflag = 0;
         int repeatcount = 0;          int repeatcount = 0;
   
         af = AF_UNSPEC;          af = AF_UNSPEC;
           tableid = getrtable();
   
         while ((ch = getopt(argc, argv,          while ((ch = getopt(argc, argv,
             "AaBbc:dFf:gI:ilM:mN:np:P:qrsT:tuvW:w:")) != -1)              "AaBbc:dFf:gI:ilM:mN:np:P:qrsT:tuvW:w:")) != -1)

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91