aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index d30b17d45e5..e53d5d88945 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5547,8 +5547,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
5547 through all the channels and check for data. 5547 through all the channels and check for data.
5548 This is a workaround needed for some versions of 5548 This is a workaround needed for some versions of
5549 the gnutls library -- 2.12.14 has been confirmed 5549 the gnutls library -- 2.12.14 has been confirmed
5550 to need it. See 5550 to need it. */
5551 http://comments.gmane.org/gmane.emacs.devel/145074 */
5552 for (channel = 0; channel < FD_SETSIZE; ++channel) 5551 for (channel = 0; channel < FD_SETSIZE; ++channel)
5553 if (! NILP (chan_process[channel])) 5552 if (! NILP (chan_process[channel]))
5554 { 5553 {