svn commit: r237695 - head/sys/sys

Warner Losh imp at FreeBSD.org
Thu Jun 28 07:37:47 UTC 2012


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 */


More information about the svn-src-all mailing list