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.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- src/sys/netinet/ip_input.c 1997/01/11 05:21:10 1.44 +++ src/sys/netinet/ip_input.c 1997/02/18 20:49:35 1.45 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.44 1997/01/11 05:21:10 thorpej Exp $ */ +/* $NetBSD: ip_input.c,v 1.45 1997/02/18 20:49:35 mrg Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -54,6 +54,7 @@ #include #include #include +#include #include #include @@ -63,10 +64,6 @@ #include #include -#ifdef PFIL_HOOKS -#include -#endif /* PFIL_HOOKS */ - /* XXX should really put this in libkern.h */ #define offsetof(type, member) ((size_t)(&((type *)0)->member))