/* -*-C-*-
-$Id: uxproc.c,v 1.24 2000/01/18 05:10:07 cph Exp $
+$Id: uxproc.c,v 1.25 2000/02/01 01:47:25 cph Exp $
Copyright (c) 1990-2000 Massachusetts Institute of Technology
#include "error: can't hack subprocess I/O without dup2() or equivalent"
#endif
-#if defined(__osf__) || defined(__bsdi__)
-#define USE_TIOCSCTTY
-#endif
-
extern char ** environ;
extern void EXFUN
((*subprocess_death_hook), (pid_t pid, wait_status_t * status));
|| ((SLAVE_PTY_P (ctty_name)) && (! (SETUP_SLAVE_PTY (fd))))
#endif
|| (! (isatty (fd)))
-#ifdef USE_TIOCSCTTY
+#ifdef TIOCSCTTY
|| ((UX_ioctl (fd, TIOCSCTTY, 0)) < 0)
#endif
/* Tell the controlling terminal its process group. */