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.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- src/sys/netinet/ip_input.c 1998/07/17 00:28:00 1.68 +++ src/sys/netinet/ip_input.c 1998/08/09 08:58:19 1.69 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.68 1998/07/17 00:28:00 sommerfe Exp $ */ +/* $NetBSD: ip_input.c,v 1.69 1998/08/09 08:58:19 mrg Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -73,6 +73,7 @@ */ #include "opt_gateway.h" +#include "opt_pfil_hooks.h" #include "opt_mrouting.h" #include