* process.c: Avoid unnecessary calls to gettime.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 16:57:32 +0000 (09:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 16:57:32 +0000 (09:57 -0700)
commit216ee680e5c7e34177eedab9256a85042804545c
tree80528da450f41a75408032bd7a6aa9a0784c6f9f
parent5293d7586494b9ca1eb02979a0e59ca9fc8b87e6
* process.c: Avoid unnecessary calls to gettime.

(wait_reading_process_output): Don't get the time of day
when gobbling data immediately and not waiting, as there's no need
for it in that case.  This removes a FIXME.
src/ChangeLog
src/process.c