%*qd -> %*lld + (long long) for off_t.
authorkrw <krw@openbsd.org>
Mon, 15 Aug 2016 16:57:53 +0000 (16:57 +0000)
committerkrw <krw@openbsd.org>
Mon, 15 Aug 2016 16:57:53 +0000 (16:57 +0000)
commit7e8a4e4e697587577ef18b898e7b33e6d3014f21
treeaa270f7364fee99d1aad94cdcc1920f672a70f26
parentceaea836206778292e338db7c3f47b4c385f2381
%*qd -> %*lld + (long long) for off_t.

Avoid some casts by changing printsize() to take an int (the only
type actually passed via that parameter) instead of size_t.

Tweaks & ok guenther@
bin/ls/print.c