Make this work on non-i386 as well. (Needed for cross-releases.)
This commit is contained in:
parent
8ec919e672
commit
05b451c6ed
@ -27,7 +27,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <machine/elf.h>
|
||||
#define __ELF_WORD_SIZE 32
|
||||
#include <sys/elf32.h>
|
||||
#include <sys/elf_generic.h>
|
||||
#include "kgz.h"
|
||||
|
||||
/* Section header indices */
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include <machine/elf.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user