K 10 svn:author V 3 bde K 8 svn:date V 27 1997-04-30T17:51:29.000000Z K 7 svn:log V 225 Fixed overflow for attempts to seek to offsets > ULONG_MAX. See the OpenBSD version for more complete fixes. E.g., to seek to offsets > INT_MAX using a block size of 1, block numbers need to be off_t's instead of u_long's. END