diff options
Diffstat (limited to 'src/unexec.c')
| -rw-r--r-- | src/unexec.c | 2 |
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) |
| 239 | static struct bhdr hdr, ohdr; | 239 | static struct bhdr hdr, ohdr; |
| 240 | #define a_magic fmagic | 240 | #define a_magic fmagic |
| 241 | #define a_text tsize | 241 | #define a_text tsize |