changeset 9351:e3303c64b684

(make_hdr): Undo June 16 change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Oct 1994 03:25:51 +0000
parents 85b9cce28fd3
children f10a1492ecfa
files src/unexec.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexec.c	Thu Oct 06 02:45:40 1994 +0000
+++ b/src/unexec.c	Thu Oct 06 03:25:51 1994 +0000
@@ -791,13 +791,14 @@
       PERROR (new_name);
     }
 
+#if 0 /* This #ifndef caused a bug on Linux when using QMAGIC.  */
   /* This adjustment was done above only #ifndef NO_REMAP,
      so only undo it now #ifndef NO_REMAP.  */
-#ifndef NO_REMAP
+  /* #ifndef NO_REMAP  */
+#endif
 #ifdef A_TEXT_OFFSET
   hdr.a_text -= A_TEXT_OFFSET (ohdr);
 #endif
-#endif
 
   return 0;