From baf6b792a3318c834f5e585ccbce9d41bd8f5deb Mon Sep 17 00:00:00 2001 From: imp 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 48086bd6966c..3eaa8e75a6d1 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 */