summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-13 15:27:23 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-13 15:27:23 +0000
commit5b4c672fefcfe9bbda1d916a91df4c4f158029cc (patch)
tree91f60dc39561ce9670ae1091f73712daeaf16b96
parent923f85be1c97f16ba096d1d33e8b77ce4aff24ed (diff)
downloademacs-5b4c672fefcfe9bbda1d916a91df4c4f158029cc.tar.gz
Fix include file name.
(NO_FILIO_H): Move definition.
-rw-r--r--src/s/ptx4.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/s/ptx4.h b/src/s/ptx4.h
index e3d660b0663..3042c0a8d82 100644
--- a/src/s/ptx4.h
+++ b/src/s/ptx4.h
@@ -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