diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exec/priv.h b/exec/priv.h index 7b00d9a8..0ded21eb 100644 --- a/exec/priv.h +++ b/exec/priv.h @@ -53,7 +53,8 @@ struct bootinfo size_t argvlen, envplen, dtablesize, nports, nints; mach_port_t *dtable, *portarray; int *intarray; - vm_address_t phdr_addr, phdr_size, user_entry; + vm_address_t phdr_addr, user_entry; + vm_size_t phdr_size; }; |