fix parameter type nit

committer: jreiser <jreiser> 1033096360 +0000
This commit is contained in:
John Reiser
2002-09-27 03:12:40 +00:00
parent fa5b74b763
commit accbc5d809
+1 -1
View File
@@ -279,7 +279,7 @@ do_xmap(int const fdi, Elf32_Ehdr const *const ehdr, struct Extent *const xi,
void *const hatch = make_hatch(phdr);
if (0!=hatch) {
/* always update AT_NULL, especially for compressed PT_INTERP */
auxv_up((Elf32_auxv_t *)(~1 & (int)av), AT_NULL, hatch);
auxv_up((Elf32_auxv_t *)(~1 & (int)av), AT_NULL, (unsigned)hatch);
}
}
if (phdr->p_memsz != phdr->p_filesz) { // .bss