diff options
author | ache <ache@FreeBSD.org> | 2000-07-31 23:35:08 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-07-31 23:35:08 +0000 |
commit | 739d46b2ab908ad69030d422412235327e3e0b2e (patch) | |
tree | 99aea2d2c31fa18fd092961b6244e8f113b9aea2 | |
parent | 2056f8f13d35cf95008302a7106bd4d736494913 (diff) | |
download | FreeBSD-src-739d46b2ab908ad69030d422412235327e3e0b2e.zip FreeBSD-src-739d46b2ab908ad69030d422412235327e3e0b2e.tar.gz |
Nonexistent "ipfilter.h" -> "opt_ipfilter.h"
Kernel 'make depend' fails otherwise
-rw-r--r-- | sys/net/pfil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h index 7831328..fe040e3 100644 --- a/sys/net/pfil.h +++ b/sys/net/pfil.h @@ -68,7 +68,7 @@ int pfil_remove_hook __P((int (*func) __P((void *, int, /* XXX */ #if defined(_KERNEL) && !defined(_LKM) -#include "ipfilter.h" +#include "opt_ipfilter.h" #endif #if NIPFILTER > 0 |