Author: imp
Date: Thu Jun 28 07:37:46 2012
New Revision: 237695
URL: http://svn.freebsd.org/changeset/base/237695

Log:
  Turns out the emulators still need/want a_magic, so put it back here.

Modified:
  head/sys/sys/imgact_aout.h

Modified: head/sys/sys/imgact_aout.h
==============================================================================
--- head/sys/sys/imgact_aout.h  Thu Jun 28 07:33:43 2012        (r237694)
+++ head/sys/sys/imgact_aout.h  Thu Jun 28 07:37:46 2012        (r237695)
@@ -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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to