# HG changeset patch # User Richard M. Stallman # Date 781413951 0 # Node ID e3303c64b6840ea0865c1733306abd56ba82107a # Parent 85b9cce28fd39e6f55002d891af3af2ed001fc13 (make_hdr): Undo June 16 change. diff -r 85b9cce28fd3 -r e3303c64b684 src/unexec.c --- 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;