mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 00:21:37 +01:00
17 lines
472 B
Diff
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
|