diff options
Diffstat (limited to 'sys/compat/ia32/ia32_sysvec.c')
-rw-r--r-- | sys/compat/ia32/ia32_sysvec.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/compat/ia32/ia32_sysvec.c b/sys/compat/ia32/ia32_sysvec.c index 06e6505..18f4ee2 100644 --- a/sys/compat/ia32/ia32_sysvec.c +++ b/sys/compat/ia32/ia32_sysvec.c @@ -93,22 +93,25 @@ struct sysentvec ia32_freebsd_sysvec = { ia32_sysent, 0, 0, + NULL, 0, - 0, - 0, - 0, + NULL, + NULL, elf32_freebsd_fixup, sendsig, ia32_sigcode, &ia32_szsigcode, - 0, + NULL, "FreeBSD ELF", elf32_coredump, NULL, MINSIGSTKSZ, 4096, + 0, IA32_USRSTACK, IA32_USRSTACK, + IA32_PS_STRINGS, + VM_PROT_ALL, ia32_copyout_strings, ia32_setregs }; |