aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-13 15:27:23 +0000
committerRichard M. Stallman1996-08-13 15:27:23 +0000
commit5b4c672fefcfe9bbda1d916a91df4c4f158029cc (patch)
tree91f60dc39561ce9670ae1091f73712daeaf16b96 /src/s
parent923f85be1c97f16ba096d1d33e8b77ce4aff24ed (diff)
downloademacs-5b4c672fefcfe9bbda1d916a91df4c4f158029cc.tar.gz
emacs-5b4c672fefcfe9bbda1d916a91df4c4f158029cc.zip
Fix include file name.
(NO_FILIO_H): Move definition.
Diffstat (limited to 'src/s')
-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 @@
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