From 554061d8f9f5759db5f5464890ffb44a1679f288 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 May 2003 14:41:32 +0000 Subject: [PATCH] Comment change. --- src/emacs.c | 2 +- src/unexec.c | 2 +- src/xterm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index 2b24068af6..095ae9e7c7 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -602,7 +602,7 @@ void __do_global_ctors_aux () {} void __do_global_dtors () {} -/* Linux has a bug in its library; avoid an error. */ +/* GNU/Linux has a bug in its library; avoid an error. */ #ifndef GNU_LINUX char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; #endif diff --git a/src/unexec.c b/src/unexec.c index e6bcb635fa..aa4170019c 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -821,7 +821,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name) PERROR (new_name); } -#if 0 /* This #ifndef caused a bug on Linux when using QMAGIC. */ +#if 0 /* This #ifndef caused a bug on GNU/Linux when using QMAGIC. */ /* This adjustment was done above only #ifndef NO_REMAP, so only undo it now #ifndef NO_REMAP. */ /* #ifndef NO_REMAP */ diff --git a/src/xterm.c b/src/xterm.c index 0992e1fac9..128a1bf0ef 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8768,7 +8768,7 @@ x_make_frame_visible (f) (raise-frame f)) the frame is not raised with various window managers on - FreeBSD, Linux and Solaris. It turns out that, for some + FreeBSD, GNU/Linux and Solaris. It turns out that, for some unknown reason, the call to XtMapWidget is completely ignored. Mapping the widget a second time works. */ -- 2.20.1