[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.76 and 1.77

version 1.76, 2007/12/14 18:35:46 version 1.77, 2007/12/19 01:47:00
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "from: @(#)route.c       8.3 (Berkeley) 3/9/94";  
 #else  
 static char *rcsid = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/protosw.h>  #include <sys/protosw.h>
 #include <sys/socket.h>  #include <sys/socket.h>

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77