https://bugzilla.samba.org/show_bug.cgi?id=3020
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2005-08-23 10:43 ------- This is a bug in MacOS, then. A return of 0 from read() indicates end-of-file, and errno is not guaranteed to be any particular value in that case (I've tested that it is often 0). If MacOS has a no-data situation such as that, they should probably be returning -1 with errno set to EAGAIN. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html