summaryrefslogtreecommitdiff
path: root/serverboot/load.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-04-04 01:13:44 +0000
committerThomas Bushnell <thomas@gnu.org>1997-04-04 01:13:44 +0000
commit4355d388f51fdda4ff68935561cbe814b0f8d820 (patch)
tree3869739c3c61e99d45e3b5f61ce97659d9863f05 /serverboot/load.c
parent3dd031e1f1571f5b60409c17efe90cc51d51a25c (diff)
Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* elf-load.c (exec_load): Include <elf.h> instead of <mach/exec/elf.h>. Include "mach-exec.h" instead of <mach/exec/elf.h>. (exec_load) [i386]: Check for i386 types directly; abandon old MY_EI_DATA and MY_E_MACHINE. * load.c: Include "mach-exec.h" instead of <mach/exec/elf.h>. * exec.c: Likewise. * mach-exec.h: New file.
Diffstat (limited to 'serverboot/load.c')
-rw-r--r--serverboot/load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/load.c b/serverboot/load.c
index 9a3e3b98..36e8307b 100644
--- a/serverboot/load.c
+++ b/serverboot/load.c
@@ -27,7 +27,7 @@
#include <assert.h>
#include <mach/mach_interface.h>
#include <varargs.h>
-#include <mach/exec/exec.h>
+#include "mach-exec.h"
#include "../boot/boot_script.h"
#include <file_io.h>