aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-11 22:56:41 +0000
committerRichard M. Stallman2001-12-11 22:56:41 +0000
commit34e39c95429da90b1576aea8acfba8abe1138050 (patch)
treed7d0de2c63da94a160d9340d8b30401ff4fbdad9 /src
parent1405e9d02988d7bb0bbf1f45569508a2d8780301 (diff)
downloademacs-34e39c95429da90b1576aea8acfba8abe1138050.tar.gz
emacs-34e39c95429da90b1576aea8acfba8abe1138050.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/unexec.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d20e0eea92a..2dceefd631e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-12-11 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
4 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
5
12001-12-11 Andrew Innes <andrewi@gnu.org> 62001-12-11 Andrew Innes <andrewi@gnu.org>
2 7
3 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if 8 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
diff --git a/src/unexec.c b/src/unexec.c
index 7c51f705c6f..82427568595 100644
--- a/src/unexec.c
+++ b/src/unexec.c
@@ -288,7 +288,7 @@ static EXEC_HDR_TYPE hdr, ohdr;
288 288
289#else /* not HPUX */ 289#else /* not HPUX */
290 290
291#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (LINUX) 291#if defined (USG) && !defined (IBMAIX) && !defined (IRIS) && !defined (COFF_ENCAPSULATE) && !defined (GNU_LINUX)
292static struct bhdr hdr, ohdr; 292static struct bhdr hdr, ohdr;
293#define a_magic fmagic 293#define a_magic fmagic
294#define a_text tsize 294#define a_text tsize