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

Diff for /src/usr.bin/netstat/mbuf.c between version 1.25 and 1.26

version 1.25, 2007/12/11 20:14:45 version 1.26, 2007/12/19 01:47:00
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "from: @(#)mbuf.c        8.1 (Berkeley) 6/6/93";  
 #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.25  
changed lines
  Added in v.1.26