wok annotate busybox/stuff/busybox-1.27-df.u @ rev 21456

updated mlt-dev again (6.4.1 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:54:45 2019 +0100 (2019-04-29)
parents
children
rev   line source
pascal@20208 1 4TB+ support
pascal@20208 2 --- busybox-1.28.1/coreutils/df.c
pascal@20208 3 +++ busybox-1.28.1/coreutils/df.c
pascal@20208 4 @@ -91,7 +91,7 @@
pascal@20208 5 int df_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
pascal@20208 6 int df_main(int argc UNUSED_PARAM, char **argv)
pascal@20208 7 {
pascal@20208 8 - unsigned long blocks_used;
pascal@20208 9 + unsigned long long blocks_used;
pascal@20208 10 unsigned blocks_percent_used;
pascal@20208 11 unsigned long df_disp_hr = 1024;
pascal@20208 12 int status = EXIT_SUCCESS;