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/ip_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.223.4.1 retrieving revision 1.229 diff -u -p -r1.223.4.1 -r1.229 --- src/sys/netinet/ip_input.c 2006/09/09 02:58:47 1.223.4.1 +++ src/sys/netinet/ip_input.c 2006/08/30 18:55:09 1.229 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.223.4.1 2006/09/09 02:58:47 rpaulo Exp $ */ +/* $NetBSD: ip_input.c,v 1.229 2006/08/30 18:55:09 christos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.223.4.1 2006/09/09 02:58:47 rpaulo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.229 2006/08/30 18:55:09 christos Exp $"); #include "opt_inet.h" #include "opt_gateway.h"