Check IPFILTER (options IPFILTER generates) instead of NIPFILTER

This commit is contained in:
ache 2000-08-01 00:12:27 +00:00
parent a231d80a99
commit 6ce24da8c1

View File

@ -71,11 +71,11 @@ int pfil_remove_hook __P((int (*func) __P((void *, int,
#include "opt_ipfilter.h"
#endif
#if NIPFILTER > 0
#if IPFILTER > 0
#ifdef PFIL_HOOKS
#undef PFIL_HOOKS
#endif
#define PFIL_HOOKS
#endif /* NIPFILTER */
#endif /* IPFILTER */
#endif /* _NET_PFIL_H_ */