]> git.eshelyaron.com Git - emacs.git/commit
Fix broken build on Solaris 10 emacs_spawn
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Aug 2022 06:12:55 +0000 (23:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Aug 2022 06:12:55 +0000 (23:12 -0700)
commit7406ae4c98fdbf9ea53444defcc75ee75e7e2668
tree11d52b969795f8bdf1ff651d6813188cecaaaf78
parent9a3f64f4061129b2064ab5bd9d58fa2c49dccbe8
Fix broken build on Solaris 10 emacs_spawn

* src/callproc.c (emacs_spawn) [SETUP_SLAVE_TTY]:
pty_flag no longer exists.  Use pty_in && std_in >= 0,
which at least compiles.
src/callproc.c