aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 5db1403c539..63e0991711e 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1871,7 +1871,7 @@ setup_pty (fd)
1871 Since the latter lossage is more benign, we may as well 1871 Since the latter lossage is more benign, we may as well
1872 lose that way. -- cph */ 1872 lose that way. -- cph */
1873#ifdef FIONBIO 1873#ifdef FIONBIO
1874#ifdef SYSV_PTYS 1874#if defined(SYSV_PTYS) || defined(UNIX98_PTYS)
1875 { 1875 {
1876 int on = 1; 1876 int on = 1;
1877 ioctl (fd, FIONBIO, &on); 1877 ioctl (fd, FIONBIO, &on);