aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexec.c')
-rw-r--r--src/unexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexec.c b/src/unexec.c
index 2fb289d8fba..e8906fe68ad 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -235,7 +235,7 @@ static EXEC_HDR_TYPE hdr, ohdr;
235 235
236#else /* not HPUX */ 236#else /* not HPUX */
237 237
238#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) 238#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (LINUX)
239static struct bhdr hdr, ohdr; 239static struct bhdr hdr, ohdr;
240#define a_magic fmagic 240#define a_magic fmagic
241#define a_text tsize 241#define a_text tsize