# HG changeset patch # User Richard M. Stallman # Date 839950043 0 # Node ID bad765e6a8d99a75ea0228897cd65aa6bcec9dcc # Parent 2cb422e2d16cbf62feaf807fae4ec423281fde23 Fix include file name. (NO_FILIO_H): Move definition. diff -r 2cb422e2d16c -r bad765e6a8d9 src/s/ptx4.h --- 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 +/* 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