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
aafadd9f
Commit
aafadd9f
authored
Apr 18, 1994
by
Richard M. Stallman
Browse files
(create_process): Fix previous change.
parent
31c5ee7b
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 @
aafadd9f
...
...
@@ -1290,7 +1290,7 @@ create_process (process, new_argv, current_dir)
setpgrp
();
#endif
/* USG */
#endif
/* not HAVE_SETSID */
#if defined (NTTYDISC)
||
defined (TIOCSETD)
#if defined (NTTYDISC)
&&
defined (TIOCSETD)
if
(
pty_flag
&&
xforkin
>=
0
)
{
/* Use new line discipline. */
...
...
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