summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-13 17:35:28 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-13 17:35:28 +0000
commit449f66f922592b163598b686727e50fd368ef9a7 (patch)
tree2f9b7e5f7d9bf55f7b16aedcdaf8acc3879caf65 /sys/netinet/ip_fw.c
parent7fadbf554cfb4e8254525e080e8d0b190f9cac7c (diff)
downloadFreeBSD-src-449f66f922592b163598b686727e50fd368ef9a7.zip
FreeBSD-src-449f66f922592b163598b686727e50fd368ef9a7.tar.gz
Don't try to include opt_ipfw.h in LKMs
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 1be48b3..a719803 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -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>
OpenPOWER on IntegriCloud