From 59bbfe45b8f4c40b754b4e3c38d627048665846a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 13 Aug 1996 15:27:23 +0000 Subject: Fix include file name. (NO_FILIO_H): Move definition. --- src/s/ptx4.h | 7 ++++--- 1 file 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 +/* Tell usg5-4.h not to include filio.h. */ +#define NO_FILIO_H + +#include "usg5-4.h" /* Marcus Daniels 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 says vfork does exist. */ #define HAVE_VFORK -/* Tell usg5-4.h not to include filio.h. */ -#define NO_FILIO_H -- cgit v1.2.1