From 5d2541dab036dbbcf373f261ec03738e9dc3ee1b Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Thu, 13 Jun 1996 17:35:28 +0000 Subject: Don't try to include opt_ipfw.h in LKMs Submitted by: Ollivier Robert --- sys/netinet/ip_fw.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 1be48b3c2c75..a719803817a7 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 #include -- cgit v1.2.3