Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/raw_ip.c,v retrieving revision 1.96.4.1 retrieving revision 1.97 diff -u -p -r1.96.4.1 -r1.97 --- src/sys/netinet/raw_ip.c 2007/07/11 20:11:26 1.96.4.1 +++ src/sys/netinet/raw_ip.c 2007/05/12 02:10:25 1.97 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.96.4.1 2007/07/11 20:11:26 mjf Exp $ */ +/* $NetBSD: raw_ip.c,v 1.97 2007/05/12 02:10:25 dyoung Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.96.4.1 2007/07/11 20:11:26 mjf Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.97 2007/05/12 02:10:25 dyoung Exp $"); #include "opt_inet.h" #include "opt_ipsec.h"