diff src/fileio.c @ 41969:e669966d496e

Test GNU_LINUX, not LINUX.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 22:20:20 +0000
parents b0e866164182
children 0b548ba2f6d6
line wrap: on
line diff
--- a/src/fileio.c	Tue Dec 11 22:13:11 2001 +0000
+++ b/src/fileio.c	Tue Dec 11 22:20:20 2001 +0000
@@ -23,7 +23,7 @@
 
 #include <config.h>
 
-#if defined (USG5) || defined (BSD_SYSTEM) || defined (LINUX)
+#if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX)
 #include <fcntl.h>
 #endif