Don't try to include opt_ipfw.h in LKMs
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
This commit is contained in:
parent
0447d04bb0
commit
5d2541dab0
@ -12,14 +12,16 @@
|
||||
*
|
||||
* This software is provided ``AS IS'' without any warranties of any kind.
|
||||
*
|
||||
* $Id: ip_fw.c,v 1.37 1996/06/09 23:46:20 alex Exp $
|
||||
* $Id: ip_fw.c,v 1.38 1996/06/12 19:34:33 gpalmer Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
* Implement IP packet firewall
|
||||
*/
|
||||
|
||||
#ifndef ACTUALLY_LKM_NOT_KERNEL
|
||||
#include "opt_ipfw.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user