aports/testing/got/dont-include-linux-prctl.patch
2022-04-12 17:55:16 +00:00

13 lines
263 B
Diff

diff --git a/compat/landlock.c b/compat/landlock.c
index aef7fe25..1bae9a36 100644
--- a/compat/landlock.c
+++ b/compat/landlock.c
@@ -15,7 +15,6 @@
*/
#include <linux/landlock.h>
-#include <linux/prctl.h>
#include <sys/prctl.h>
#include <sys/syscall.h>