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

Diff for /src/usr.bin/netstat/if.c between version 1.54 and 1.55

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

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55