No need to include security/mac/mac_framework.h here.

This commit is contained in:
Pawel Jakub Dawidek 2010-02-18 22:26:01 +00:00
parent 736c8a338c
commit 957d68dd91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204068
3 changed files with 0 additions and 6 deletions

View File

@ -58,8 +58,6 @@ __FBSDID("$FreeBSD$");
#include <compat/linux/linux_util.h>
#include <compat/linux/linux_file.h>
#include <security/mac/mac_framework.h>
static void
translate_vnhook_major_minor(struct vnode *vp, struct stat *sb)
{

View File

@ -114,8 +114,6 @@ __FBSDID("$FreeBSD$");
#include <machine/in_cksum.h>
#include <security/mac/mac_framework.h>
#ifndef KTR_IPMF
#define KTR_IPMF KTR_INET
#endif

View File

@ -65,8 +65,6 @@ __FBSDID("$FreeBSD$");
#include <sys/socketvar.h>
#include <security/mac/mac_framework.h>
static int ip_dosourceroute = 0;
SYSCTL_INT(_net_inet_ip, IPCTL_SOURCEROUTE, sourceroute, CTLFLAG_RW,
&ip_dosourceroute, 0, "Enable forwarding source routed IP packets");