yar c9044cf500 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.
2004-11-13 13:42:43 +00:00
..
2004-05-16 22:11:56 +00:00
2002-07-15 18:51:57 +00:00
2004-06-14 22:44:13 +00:00
2004-09-21 19:01:48 +00:00