The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=193fd496995d7d22d65c424716e8308fa769aa0a

commit 193fd496995d7d22d65c424716e8308fa769aa0a
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2026-05-21 19:11:02 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2026-07-07 21:54:41 +0000

    sys/capsicum.h: fix comment for CAP_PDWAIT
    
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D57163
---
 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)

Reply via email to