1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Minor style(9) nit.

This commit is contained in:
Warner Losh 2008-12-17 16:25:20 +00:00
parent 845a6f19d2
commit 35c2a5a852
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186233

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);