The branch stable/15 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7a2fdcc5acb9b3fb81226b7f1e877029cf28606c

commit 7a2fdcc5acb9b3fb81226b7f1e877029cf28606c
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2026-02-05 20:19:24 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2026-02-21 21:34:08 +0000

    sys/user.h: remove XXXSKE markers
    
    (cherry picked from commit ec6cf0c52698f9056cb17456717849653a03f7e4)
---
 sys/sys/user.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/sys/user.h b/sys/sys/user.h
index 1704bc089d85..59210913f889 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -196,8 +196,8 @@ struct kinfo_proc {
        int     ki_fibnum;              /* Default FIB number */
        u_int   ki_cr_flags;            /* Credential flags */
        int     ki_jid;                 /* Process jail ID */
-       int     ki_numthreads;          /* XXXKSE number of threads in total */
-       lwpid_t ki_tid;                 /* XXXKSE thread id */
+       int     ki_numthreads;          /* number of threads in total */
+       lwpid_t ki_tid;                 /* thread id */
        struct  priority ki_pri;        /* process priority */
        struct  rusage ki_rusage;       /* process rusage statistics */
        /* XXX - most fields in ki_rusage_ch are not (yet) filled in */
@@ -216,7 +216,7 @@ struct kinfo_proc {
        void    *ki_spareptrs[KI_NSPARE_PTR];   /* spare room for growth */
        long    ki_sparelongs[KI_NSPARE_LONG];  /* spare room for growth */
        long    ki_sflag;               /* PS_* flags */
-       long    ki_tdflags;             /* XXXKSE kthread flag */
+       long    ki_tdflags;             /* kthread flag */
 };
 void fill_kinfo_proc(struct proc *, struct kinfo_proc *);
 /* XXX - the following two defines are temporary */

Reply via email to