Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265304 | Differences between
and this patch

Collapse All | Expand All

(-)libcap-2.15.orig/progs/capsh.c (-1 / +1 lines)
Lines 13-22 Link Here
13
#include <string.h>
13
#include <string.h>
14
#include <stdlib.h>
14
#include <stdlib.h>
15
#include <sys/prctl.h>
15
#include <sys/prctl.h>
16
#include <sys/capability.h>
17
#include <unistd.h>
16
#include <unistd.h>
18
#include <errno.h>
17
#include <errno.h>
19
#include <sys/wait.h>
18
#include <sys/wait.h>
19
#include <sys/capability.h>
20
20
21
/* prctl based API for altering character of current process */
21
/* prctl based API for altering character of current process */
22
#define PR_GET_KEEPCAPS    7
22
#define PR_GET_KEEPCAPS    7

Return to bug 265304