diff options
| author | Jim Blandy | 1993-05-23 22:08:57 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-23 22:08:57 +0000 |
| commit | bf2dbc3448aead1ca60bbb3b40a2f8aa70675606 (patch) | |
| tree | 3ac69f9bd5d52ec92465e7be91102a57ddd00537 | |
| parent | 493744e5aea2ace51564e8dae0bec87a37c318c9 (diff) | |
| download | emacs-bf2dbc3448aead1ca60bbb3b40a2f8aa70675606.tar.gz emacs-bf2dbc3448aead1ca60bbb3b40a2f8aa70675606.zip | |
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
| -rw-r--r-- | src/s/irix3-3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 42d6d9d8f62..86a555e9e8c 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -179,3 +179,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 179 | 179 | ||
| 180 | /* Use setsid to handle terminals for subprocesses. */ | 180 | /* Use setsid to handle terminals for subprocesses. */ |
| 181 | #define HAVE_SETSID | 181 | #define HAVE_SETSID |
| 182 | |||
| 183 | /* sioctl.h should be included where appropriate. */ | ||
| 184 | |||
| 185 | #define NEED_SIOCTL | ||