]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix include file name.
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Aug 1996 15:27:23 +0000 (15:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Aug 1996 15:27:23 +0000 (15:27 +0000)
(NO_FILIO_H): Move definition.

src/s/ptx4.h

index e3d660b0663868762e437be3d6b31142525091c4..3042c0a8d8296461f092e6e1d2e9a0c3e9b16db7 100644 (file)
@@ -1,6 +1,9 @@
 /* s/ file for Sequent "ptx 4", which is a modified SVR5.4.  */
 
-#include <s/usg5-4.h>
+/* Tell usg5-4.h not to include filio.h.  */
+#define NO_FILIO_H
+
+#include "usg5-4.h"
 
 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
    on ptx4 but it is not a signal.  Prevent process.c from doing the
@@ -10,5 +13,3 @@
 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist.  */
 #define HAVE_VFORK
 
-/* Tell usg5-4.h not to include filio.h.  */
-#define NO_FILIO_H