summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/procstat/procstat_files.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c
index 2d50cd6..3773900 100644
--- a/usr.bin/procstat/procstat_files.c
+++ b/usr.bin/procstat/procstat_files.c
@@ -209,11 +209,10 @@ static struct cap_desc {
{ CAP_IOCTL, "io" },
{ CAP_TTYHOOK, "ty" },
-#ifdef NOTYET
+ /* Process management via process descriptors. */
{ CAP_PDGETPID, "pg" },
- { CAP_PDWAIT4, "pw" },
+ { CAP_PDWAIT, "pw" },
{ CAP_PDKILL, "pk" },
-#endif
};
static const u_int cap_desc_count = sizeof(cap_desc) /
sizeof(cap_desc[0]);
OpenPOWER on IntegriCloud