K 10 svn:author V 4 ache K 8 svn:date V 27 2001-09-02T19:52:09.000000Z K 7 svn:log V 203 Fix bug in off_t overflow checking: if fp->_offset overflows, just remove __SOFF flag (i.e. we don't have offset) instead of returning EOVERFLOW. It allows again continious reading from non-stop stream. END