diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ptx4.h | 7 |
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 @@ | |||
| 1 | /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */ | 1 | /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */ |
| 2 | 2 | ||
| 3 | #include <s/usg5-4.h> | 3 | /* Tell usg5-4.h not to include filio.h. */ |
| 4 | #define NO_FILIO_H | ||
| 5 | |||
| 6 | #include "usg5-4.h" | ||
| 4 | 7 | ||
| 5 | /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined | 8 | /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined |
| 6 | on ptx4 but it is not a signal. Prevent process.c from doing the | 9 | on ptx4 but it is not a signal. Prevent process.c from doing the |
| @@ -10,5 +13,3 @@ | |||
| 10 | /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */ | 13 | /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */ |
| 11 | #define HAVE_VFORK | 14 | #define HAVE_VFORK |
| 12 | 15 | ||
| 13 | /* Tell usg5-4.h not to include filio.h. */ | ||
| 14 | #define NO_FILIO_H | ||