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.114.2.1 retrieving revision 1.115 diff -u -p -r1.114.2.1 -r1.115 --- src/sys/netinet/raw_ip.c 2013/02/25 00:30:05 1.114.2.1 +++ src/sys/netinet/raw_ip.c 2013/02/05 17:30:02 1.115 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.114.2.1 2013/02/25 00:30:05 tls Exp $ */ +/* $NetBSD: raw_ip.c,v 1.115 2013/02/05 17:30:02 joerg Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.114.2.1 2013/02/25 00:30:05 tls Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.115 2013/02/05 17:30:02 joerg Exp $"); #include "opt_inet.h" #include "opt_compat_netbsd.h"