commit 017140f5235d5c379402715f2cbbe1fdd037ba16
parent 559f23c8080806e95a43a25f917762121fbbeee2
Author: shtrophic <christoph@liebender.dev>
Date: Sat, 16 Nov 2024 13:50:16 +0100
remove unused headers
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sandbox.c b/sandbox.c
@@ -7,11 +7,10 @@
#if defined (__linux__)
# define __USE_GNU
# include <linux/landlock.h>
-# include <linux/prctl.h>
# include <sys/syscall.h>
# include <sys/prctl.h>
+# include <stdint.h>
# include <fcntl.h>
-# include <arpa/inet.h>
#endif
void sbox_enter(const char *basedir)