cleanup: BLKGETSIZE returns unsigned long, not a 32-bit value
commit13eaf88507dfdf42f6b2f963f63e54dd5ca1b493
authorPetr Tesarik <petr@tesarici.cz>
Sat, 22 Sep 2012 19:59:49 +0000 (22 21:59 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Sat, 22 Sep 2012 19:59:49 +0000 (22 21:59 +0200)
tree749d5a9214fdcf24c793f8c77cc458aabafe770a
parent9c83aae73be4e096339ef1b9c72fbe01898fbfed
cleanup: BLKGETSIZE returns unsigned long, not a 32-bit value

While the type is declared correctly, the name of the variable is
confusing. On 64-bit machines, BLKGETSIZE will return a 64-bit integer.
libhed/file.c