mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-24 07:11:38 -07:00
Fix include file name.
(NO_FILIO_H): Move definition.
This commit is contained in:
parent
923f85be1c
commit
5b4c672fef
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue