Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fad97cbe
Commit
fad97cbe
authored
May 19, 1993
by
Jim Blandy
Browse files
* process.c [__sgi] (allocate_pty): Give up immediately if pty is
inaccessible.
parent
3d248688
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/process.c
src/process.c
+1
-1
No files found.
src/process.c
View file @
fad97cbe
...
...
@@ -444,7 +444,7 @@ allocate_pty ()
if
(
access
(
pty_name
,
6
)
!=
0
)
{
close
(
fd
);
#if
n
def
IRIS
#if
!
def
ined(IRIS) && !defined(__sgi)
continue
;
#else
return
-
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment