aports/main/libcap/include-order.patch
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

17 lines
472 B
Diff

diff -ur a/progs/capsh.c b/progs/capsh.c
--- a/progs/capsh.c 2009-07-24 07:14:03.000000000 +0000
+++ b/progs/capsh.c 2009-07-24 07:14:19.000000000 +0000
@@ -12,11 +12,11 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/wait.h>
#include <sys/prctl.h>
#include <sys/capability.h>
#include <unistd.h>
#include <errno.h>
-#include <sys/wait.h>
/* prctl based API for altering character of current process */
#define PR_GET_KEEPCAPS 7