aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-02-10 22:22:05 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-02-10 22:22:05 +0000
commit364efeccb09ea6e0426acca4fe71906ece1cd8e5 (patch)
treef7e1a28e4c6de0699d26a1b0f2e7f345a7f7884b /sys
parent71717f5def72612578a8aab0bfdb5328ea552afd (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index d98112d3aae8d..b17651228e7b4 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -2147,7 +2147,9 @@ ipfw_modevent(module_t mod, int type, void *unused)
{
int s;
int err = 0 ;
+#if defined(KLD_MODULE)
struct ip_fw *fcp;
+#endif
switch (type) {
case MOD_LOAD: