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.135.2.6 retrieving revision 1.158 diff -u -p -r1.135.2.6 -r1.158 --- src/sys/netinet/ip_input.c 2002/10/10 18:43:59 1.135.2.6 +++ src/sys/netinet/ip_input.c 2002/09/23 13:43:27 1.158 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.135.2.6 2002/10/10 18:43:59 jdolecek Exp $ */ +/* $NetBSD: ip_input.c,v 1.158 2002/09/23 13:43:27 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -102,7 +102,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.135.2.6 2002/10/10 18:43:59 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.158 2002/09/23 13:43:27 itojun Exp $"); #include "opt_gateway.h" #include "opt_pfil_hooks.h"