aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix6-5.h2
-rw-r--r--src/s/usg5-4-common.h8
2 files changed, 0 insertions, 10 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index a7365a76a91..1d1989ad9ac 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -22,8 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22#undef _longjmp /* use system versions, not conservative aliases */ 22#undef _longjmp /* use system versions, not conservative aliases */
23#undef _setjmp 23#undef _setjmp
24 24
25#undef SETUP_SLAVE_PTY
26
27#ifdef emacs 25#ifdef emacs
28char *_getpty(); 26char *_getpty();
29#endif 27#endif
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h
index 93a05ebec54..6ead01d3712 100644
--- a/src/s/usg5-4-common.h
+++ b/src/s/usg5-4-common.h
@@ -52,11 +52,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
52 this is all we need. */ 52 this is all we need. */
53#define TIOCSIGSEND TIOCSIGNAL 53#define TIOCSIGSEND TIOCSIGNAL
54 54
55/* Push various streams modules onto a PTY channel. */
56#define SETUP_SLAVE_PTY \
57 if (ioctl (xforkin, I_PUSH, "ptem") == -1) \
58 fatal ("ioctl I_PUSH ptem"); \
59 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \
60 fatal ("ioctl I_PUSH ldterm"); \
61 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \
62 fatal ("ioctl I_PUSH ttcompat");