[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.90 and 1.91

version 1.90, 2013/03/20 15:23:37 version 1.91, 2013/09/29 10:45:40
Line 313 
Line 313 
         }          }
         putchar('\n');          putchar('\n');
         if (vflag)          if (vflag)
                 printf("\texpire   %10u%c\n",                  printf("\texpire   %10lld%c\n",
                     rt->rt_rmx.rmx_expire,                      (long long)rt->rt_rmx.rmx_expire,
                     (rt->rt_rmx.rmx_locks & RTV_EXPIRE) ? 'L' : ' ');                      (rt->rt_rmx.rmx_locks & RTV_EXPIRE) ? 'L' : ' ');
 }  }
   

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