K 10 svn:author V 2 dg K 8 svn:date V 27 2003-12-01T22:12:50.000000Z K 7 svn:log V 329 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. Approved by: re@freebsd.org END