build: avoid a st_blksize compile failure on some systems
commit63613d493599030d87a9aa6d6848d2251d5694dd
authorPádraig Brady <P@draigBrady.com>
Fri, 15 Jul 2011 15:18:18 +0000 (15 16:18 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 15 Jul 2011 15:23:28 +0000 (15 16:23 +0100)
tree5287434dd1c30d5cf1b9fa45a773c93a6abed873
parent4f71710c420caa8d9efa93fb30c308976be0eda0
build: avoid a st_blksize compile failure on some systems

* src/stat.c (print_stat): Use ST_BLKSIZE() rather than
accessing st_blksize directly, which is not present on
NonStop at least.  Reported by Joachim Schmitz.
src/stat.c