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 retrieving revision 1.140 retrieving revision 1.141 diff -u -p -r1.140 -r1.141 --- src/sys/netinet/ip_input.c 2001/11/04 20:55:27 1.140 +++ src/sys/netinet/ip_input.c 2001/11/13 00:32:38 1.141 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.140 2001/11/04 20:55:27 matt Exp $ */ +/* $NetBSD: ip_input.c,v 1.141 2001/11/13 00:32:38 lukem Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -101,6 +101,9 @@ * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 */ +#include +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.141 2001/11/13 00:32:38 lukem Exp $"); + #include "opt_gateway.h" #include "opt_pfil_hooks.h" #include "opt_ipsec.h"