aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-11 22:20:20 +0000
committerRichard M. Stallman2001-12-11 22:20:20 +0000
commit8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch)
tree2448a3b540110767589fd9963d56b9e666be1d34 /src/fileio.c
parent8db5530aa05f20f511a0cf2373fd838004be80be (diff)
downloademacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz
emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 407109ddc87..69a7ec82d88 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
23 23
24#include <config.h> 24#include <config.h>
25 25
26#if defined (USG5) || defined (BSD_SYSTEM) || defined (LINUX) 26#if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX)
27#include <fcntl.h> 27#include <fcntl.h>
28#endif 28#endif
29 29