diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 4e9631dbba1..ef56346a313 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1866,7 +1866,7 @@ setup_pty (fd) | |||
| 1866 | Since the latter lossage is more benign, we may as well | 1866 | Since the latter lossage is more benign, we may as well |
| 1867 | lose that way. -- cph */ | 1867 | lose that way. -- cph */ |
| 1868 | #ifdef FIONBIO | 1868 | #ifdef FIONBIO |
| 1869 | #if defined(SYSV_PTYS) || defined(UNIX98_PTYS) | 1869 | #if defined(UNIX98_PTYS) |
| 1870 | { | 1870 | { |
| 1871 | int on = 1; | 1871 | int on = 1; |
| 1872 | ioctl (fd, FIONBIO, &on); | 1872 | ioctl (fd, FIONBIO, &on); |