Refactor timeouts in wait_reading_process_output
commit6e2fcc213d4569992009480cf298536407cea4d2
authorIan Kelling <ian@iankelling.org>
Sun, 5 Jul 2015 22:55:19 +0000 (5 15:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jul 2015 02:21:49 +0000 (5 19:21 -0700)
treee96d25a902eb180a4fd4029a3a16d836631f1c0e
parent91cbc7b729304302efe7e1d34ac9bb5dc6550f12
Refactor timeouts in wait_reading_process_output

* src/process.c (wait_reading_process_output):
Simplify timeouts with an enum.  Remove a redundant condition.
(Bug#20978)
src/process.c