[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.96 and 1.97

version 1.96, 2013/10/22 16:40:28 version 1.97, 2013/10/28 19:59:25
Line 571 
Line 571 
   
         len = sizeof(info);          len = sizeof(info);
         if (sysctl(mib, 6, &info, &len, NULL, 0) == -1)          if (sysctl(mib, 6, &info, &len, NULL, 0) == -1)
                 err(1, "routing table %i", tableid);                  err(1, "routing table %d", tableid);
   
         return (tableid);          return (tableid);
 }  }

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97