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.107.8.1 retrieving revision 1.108 diff -u -p -r1.107.8.1 -r1.108 --- src/sys/netinet/raw_ip.c 2008/10/19 22:17:46 1.107.8.1 +++ src/sys/netinet/raw_ip.c 2008/08/06 15:01:23 1.108 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.107.8.1 2008/10/19 22:17:46 haad Exp $ */ +/* $NetBSD: raw_ip.c,v 1.108 2008/08/06 15:01:23 plunky Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.107.8.1 2008/10/19 22:17:46 haad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.108 2008/08/06 15:01:23 plunky Exp $"); #include "opt_inet.h" #include "opt_ipsec.h"