On 32 bit platforms %ld doesn't match uint64_t, so do long long and %lld (rather...
authorRob Landley <rob@landley.net>
Sun, 11 Nov 2012 00:24:14 +0000 (18:24 -0600)
committerRob Landley <rob@landley.net>
Sun, 11 Nov 2012 00:24:14 +0000 (18:24 -0600)
commit9a853484082744d83e3c85a361be748d46003cc9
tree63d33c2840d56552af823fa22c41efe3fdcadfef
parentffba380a466e010e475462bdfacf0a7045f9e00b
On 32 bit platforms %ld doesn't match uint64_t, so do long long and %lld (rather than deal with verbose PRIu64 nonsense).
toys/posix/df.c