From acdb2ef4756f52b02c99664b4b1fcd03f91dd644 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 28 Jun 2012 07:37:46 +0000 Subject: [PATCH] Turns out the emulators still need/want a_magic, so put it back here. --- sys/sys/imgact_aout.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 48086bd6966..3eaa8e75a6d 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -119,6 +119,7 @@ struct exec { uint32_t a_trsize; /* text relocation size */ uint32_t a_drsize; /* data relocation size */ }; +#define a_magic a_midmag /* Hack for emulators */ /* a_magic */ #define OMAGIC 0407 /* old impure format */