changeset 15860:bad765e6a8d9

Fix include file name. (NO_FILIO_H): Move definition.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Aug 1996 15:27:23 +0000
parents 2cb422e2d16c
children 4bc8e9119883
files src/s/ptx4.h
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/ptx4.h	Mon Aug 12 18:57:08 1996 +0000
+++ b/src/s/ptx4.h	Tue Aug 13 15:27:23 1996 +0000
@@ -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