diff --git a/sys/boot/ofw/libofw/elf_freebsd.c b/sys/boot/ofw/libofw/elf_freebsd.c index b6c86bacbb2..99f7c535aea 100644 --- a/sys/boot/ofw/libofw/elf_freebsd.c +++ b/sys/boot/ofw/libofw/elf_freebsd.c @@ -29,7 +29,9 @@ #include #include +#if 0 #include +#endif #include #include @@ -67,7 +69,9 @@ ofw_elf_exec(struct preloaded_file *fp) Elf_Ehdr *ehdr; vm_offset_t entry, bootinfop; int boothowto, err, bootdev; +#if 0 struct bootinfo *bi; +#endif vm_offset_t ssym, esym; if ((md = file_findmetadata(fp, MODINFOMD_ELFHDR)) == NULL) {