aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2022-05-28 17:52:17 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-05-28 17:52:17 +0000
commit31d1b816fe139f46083f8609c34b7d129a6e2ee0 (patch)
tree6b5df40c68b1ab4473e4c57787fa42a909a68ef6 /sys/security
parent2646cd085850f047eb17c7df53823b1d48deca82 (diff)
downloadsrc-31d1b816fe139f46083f8609c34b7d129a6e2ee0.tar.gz
src-31d1b816fe139f46083f8609c34b7d129a6e2ee0.zip
sysent: Get rid of bogus sys/sysent.h include.
Where appropriate hide sysent.h under proper condition. MFC after: 2 weeks
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_syscalls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/mac/mac_syscalls.c b/sys/security/mac/mac_syscalls.c
index eca9b18fb1dc..d8979a70b72d 100644
--- a/sys/security/mac/mac_syscalls.c
+++ b/sys/security/mac/mac_syscalls.c
@@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/sysctl.h>
#include <sys/sysproto.h>
-#include <sys/sysent.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/file.h>