git: e3a6c0514fa8 - stable/15 - sys/capsicum.h: fix comment for CAP_PDWAIT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Aug 2026 02:46:46 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=e3a6c0514fa86b1331d8ecd40dbd87d71b768260
commit e3a6c0514fa86b1331d8ecd40dbd87d71b768260
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-05-21 19:11:02 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-08-16 02:41:26 +0000
sys/capsicum.h: fix comment for CAP_PDWAIT
(cherry picked from commit 193fd496995d7d22d65c424716e8308fa769aa0a)
---
sys/sys/capsicum.h | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/sys/sys/capsicum.h b/sys/sys/capsicum.h
index 9ef2f0d48d38..803804a38734 100644
--- a/sys/sys/capsicum.h
+++ b/sys/sys/capsicum.h
@@ -262,12 +262,7 @@
/* Process management via process descriptors. */
/* Allows for pdgetpid(2). */
#define CAP_PDGETPID CAPRIGHT(1, 0x0000000000000200ULL)
-/*
- * Allows for pdwait4(2).
- *
- * XXX: this constant was imported unused, but is targeted to be implemented
- * in the future (bug 235871).
- */
+/* Allows for pdwait(2). */
#define CAP_PDWAIT CAPRIGHT(1, 0x0000000000000400ULL)
/* Allows for pdkill(2). */
#define CAP_PDKILL CAPRIGHT(1, 0x0000000000000800ULL)