K 10 svn:author V 2 dg K 8 svn:date V 27 2003-12-01T09:38:11.000000Z K 7 svn:log V 300 Fixed a bug in sendfile(2) where the sent data would be corrupted due to sendfile(2) being erroneously automatically restarted after a signal is delivered. Fixed by converting ERESTART to EINTR prior to exiting. Updated manual page to indicate the potential EINTR error, its cause and consequences. END