Since we're in "everybody is hosed anyway" add an layout identifier
to struct kinfo_proc. All userland/kernel shared structs should contain *both* a size and a layout field. I will add the code to use the field later.
This commit is contained in:
parent
95cf33c567
commit
cf92d2f010
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user