From: Wayne Davison Date: Fri, 6 Jan 2006 22:20:07 +0000 (+0000) Subject: We need to call clearerr() when getc() returns EOF with errno == EINTR. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/61e16468f0c7a2186b1ef8ca3393e292ba1b1a97?hp=61e16468f0c7a2186b1ef8ca3393e292ba1b1a97 We need to call clearerr() when getc() returns EOF with errno == EINTR. ---