K 10 svn:author V 3 gad K 8 svn:date V 27 2004-03-26T00:36:27.000000Z K 7 svn:log V 220 Add a cast to get this to compile with WARNS=5 on sparc64. This is needed because off_t == __int64_t, while size_t == __uint64_t. This also compiles with WARNS=5 on amd64, but I haven't tested the other platforms yet. END