diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2006-07-06 13:25:01 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2006-07-06 13:25:01 +0000 |
commit | be54a5eeb3d6864317597a0a67c22e87772c99e5 (patch) | |
tree | 190179248a9936603796a19a307de94aab6d66a9 | |
parent | 2551d4f66ec5272da59419b079a3031a78003af6 (diff) |
Notes
-rw-r--r-- | sys/fs/unionfs/union_vnops.c | 1 | ||||
-rw-r--r-- | sys/netinet/ip_ipsec.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index 02e2563b98ac..30dbc538bd37 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -51,7 +51,6 @@ #include <sys/acl.h> #include <sys/event.h> #include <sys/extattr.h> -#include <sys/mac.h> #include <fs/unionfs/union.h> #include <vm/vm.h> diff --git a/sys/netinet/ip_ipsec.c b/sys/netinet/ip_ipsec.c index 382bf43686f8..303ff700c558 100644 --- a/sys/netinet/ip_ipsec.c +++ b/sys/netinet/ip_ipsec.c @@ -34,7 +34,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/mac.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/protosw.h> |