sysentvec: Retire sv_imgact_try as unneeded anymore
The sysentvec sv_imgact_try was used by kern_exec() to allow non-native ABI to fixup shell path according to ABI root directory. Since the non-native ABI can now specify its root directory directly to namei() via pwd_altroot() call this facility is not needed anymore. Differential Revision: https://reviews.freebsd.org/D40092 MFC after: 2 month
This commit is contained in:
@@ -75,7 +75,6 @@ struct sysentvec elf32_freebsd_sysvec = {
|
||||
.sv_elf_core_osabi = ELFOSABI_FREEBSD,
|
||||
.sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
||||
.sv_elf_core_prepare_notes = __elfN(prepare_notes),
|
||||
.sv_imgact_try = NULL,
|
||||
.sv_minsigstksz = MINSIGSTKSZ,
|
||||
.sv_minuser = VM_MIN_ADDRESS,
|
||||
.sv_maxuser = VM_MAXUSER_ADDRESS,
|
||||
|
||||
Reference in New Issue
Block a user