From: Wayne Davison Date: Mon, 26 Sep 2005 17:12:13 +0000 (+0000) Subject: Fixed wait_process() to handle cases where waitpid() fails or X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/dbefb6b4e40203891f29b34ad4a7c61fc10e6a51?hp=dbefb6b4e40203891f29b34ad4a7c61fc10e6a51 Fixed wait_process() to handle cases where waitpid() fails or the child process did not exit cleanly. ---