[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.59 and 1.60

version 1.59, 2003/10/04 23:15:06 version 1.60, 2003/10/07 19:48:07
Line 405 
Line 405 
                 rtm = (struct rt_msghdr *)next;                  rtm = (struct rt_msghdr *)next;
                 np_rtentry(rtm);                  np_rtentry(rtm);
         }          }
           free(buf);
 }  }
   
 static void  static void

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60