summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-06-27 09:03:22 +0000
committerpjd <pjd@FreeBSD.org>2004-06-27 09:03:22 +0000
commit5055061c5d6c3ffd4742a08077aad7bdad2b4860 (patch)
treeac397125dfae2ee053542aa81befa15ab36baefb /sys/net/if_loop.c
parent2e75ccba07cbf0b2aaf2d472050735824a1969e1 (diff)
downloadFreeBSD-src-5055061c5d6c3ffd4742a08077aad7bdad2b4860.zip
FreeBSD-src-5055061c5d6c3ffd4742a08077aad7bdad2b4860.tar.gz
Add two missing includes and remove two uneeded.
This is quite serious fix, because even with MAC framework compiled in, MAC entry points in those two files were simply ignored.
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index ba7508e..0c266ce 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -38,7 +38,6 @@
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_ipx.h"
-#include "opt_mac.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud