K 10 svn:author V 3 bde K 8 svn:date V 27 1998-01-16T07:37:05.000000Z K 7 svn:log V 256 Fixed handling of short writes. Previously, we stopped copying and printed a bogus warning with a stale errno if write() returns a short count. Now we continue copying. We still print a bogus warning if write() returns an "impossible" short count of 0. END