busybox/coreutils
Ian Wienand 694738f4eb du: use long long for size field
du has issues with files reporting large block counts on
32-bit systems with 4 byte longs.  From looking at the stat.c code, it
seems the preference is to use 'long long', rather than blkcnt_t.

function                                             old     new   delta
du                                                   420     444     +24
du_main                                              317     321      +4
print                                                 43      41      -2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 28/-2)              Total: 26 bytes

Signed-off-by: Ian Wienand <ianw@vmware.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-02-28 03:10:31 +01:00
..
2011-08-09 04:49:27 +02:00
2012-02-28 03:10:31 +01:00
2011-09-21 01:59:15 +02:00
2011-06-22 16:42:36 +02:00
2011-08-10 00:51:29 +02:00
2011-05-21 19:15:55 +02:00
2011-10-28 14:07:44 +02:00
2011-09-21 01:59:15 +02:00
2011-08-09 04:37:50 +02:00