mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
No need to include security/mac/mac_framework.h here.
This commit is contained in:
parent
736c8a338c
commit
957d68dd91
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204068
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user