aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/p1003_1b.c
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2022-05-28 17:52:17 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-06-17 19:35:31 +0000
commit7aeec4eea8523210598152bd21bc0d8ccea9a97d (patch)
treec3a064d3f2dabc27f883654ec1bdce6064be446f /sys/kern/p1003_1b.c
parentd63a4afcdf485b3acc3176052f76ea3002434bc7 (diff)
sysent: Get rid of bogus sys/sysent.h include.
Where appropriate hide sysent.h under proper condition. MFC after: 2 weeks (cherry picked from commit 31d1b816fe139f46083f8609c34b7d129a6e2ee0)
Diffstat (limited to 'sys/kern/p1003_1b.c')
-rw-r--r--sys/kern/p1003_1b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/p1003_1b.c b/sys/kern/p1003_1b.c
index c1f51dd60a7a..0949414bbf00 100644
--- a/sys/kern/p1003_1b.c
+++ b/sys/kern/p1003_1b.c
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#include <sys/posix4.h>
#include <sys/syscallsubr.h>
#include <sys/sysctl.h>
-#include <sys/sysent.h>
#include <sys/syslog.h>
#include <sys/sysproto.h>