aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 85d07028c59..99c707ff97b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4526,7 +4526,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
4526#endif 4526#endif
4527 (max (max_process_desc, max_input_desc) + 1, 4527 (max (max_process_desc, max_input_desc) + 1,
4528 &Available, 4528 &Available,
4529 (check_write ? &Writeok : (SELECT_TYPE *)0), 4529 (check_write ? &Writeok : 0),
4530 NULL, &timeout, NULL); 4530 NULL, &timeout, NULL);
4531 4531
4532#ifdef HAVE_GNUTLS 4532#ifdef HAVE_GNUTLS