git: ec6cf0c52698 - main - sys/user.h: remove XXXSKE markers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Feb 2026 19:07:05 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=ec6cf0c52698f9056cb17456717849653a03f7e4
commit ec6cf0c52698f9056cb17456717849653a03f7e4
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-05 20:19:24 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-09 18:57:20 +0000
sys/user.h: remove XXXSKE markers
Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D55135
---
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 */