CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2011/07/03 18:59:26
Modified files: sys/arch/amd64/stand/installboot: nlist.c Log message: Let custom nlist.c check ELF, but use the i386 values EM_I386 and ELFCLASS32 since we are building a 32-bit executable. Which is why we have a custom nlist.c here. Suggested by drahn@. ok drahn@ "looks good" deraadt@