summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 7dac779..174b32a 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -82,6 +82,7 @@
struct kinfo_proc {
int ki_structsize; /* size of this structure */
+ int ki_layout; /* reserved: layout identifier */
struct pargs *ki_args; /* address of command arguments */
struct proc *ki_paddr; /* address of proc */
struct user *ki_addr; /* kernel virtual addr of u-area */
OpenPOWER on IntegriCloud