فهرست منبع

remove unused headers

shtrophic 1 سال پیش
والد
کامیت
017140f523
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      sandbox.c

+ 1 - 2
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)