mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
6e4b0a55f7
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.