aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index f383c95511a..17a0ca6a7ca 100644
--- a/src/process.c
+++ b/src/process.c
@@ -444,7 +444,7 @@ allocate_pty ()
444 if (access (pty_name, 6) != 0) 444 if (access (pty_name, 6) != 0)
445 { 445 {
446 close (fd); 446 close (fd);
447#ifndef IRIS 447#if !defined(IRIS) && !defined(__sgi)
448 continue; 448 continue;
449#else 449#else
450 return -1; 450 return -1;