Minor style(9) nit.

This commit is contained in:
Warner Losh 2008-12-17 16:25:20 +00:00
parent 845a6f19d2
commit 35c2a5a852

View File

@ -894,9 +894,8 @@ __elfN(freebsd_fixup)(register_t **stack_base, struct image_params *imgp)
base = (Elf_Addr *)*stack_base;
pos = base + (imgp->args->argc + imgp->args->envc + 2);
if (args->execfd != -1) {
if (args->execfd != -1)
AUXARGS_ENTRY(pos, AT_EXECFD, args->execfd);
}
AUXARGS_ENTRY(pos, AT_PHDR, args->phdr);
AUXARGS_ENTRY(pos, AT_PHENT, args->phent);
AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum);