K 10 svn:author V 3 yar K 8 svn:date V 27 2004-11-13T13:42:43.000000Z K 7 svn:log V 278 Using off_t to pass a block size is obvious overkill. The size_t type is better suited for that, particularly because the "blksize" argument is to be passed to malloc() and read(). On 64-bit archs it's more to a style issue, but the good style of coding in C is also important. END