Hello,

Form
http://hg.slitaz.org/wok/file/014f8d1188e8/busybox/stuff/busybox-1.27-df.u
:

4TB+ support
--- busybox-1.28.1/coreutils/df.c
+++ busybox-1.28.1/coreutils/df.c
@@ -91,7 +91,7 @@
 int df_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int df_main(int argc UNUSED_PARAM, char **argv)
 {
- unsigned long blocks_used;
+ unsigned long long blocks_used;
 unsigned blocks_percent_used;
 unsigned long df_disp_hr = 1024;
 int status = EXIT_SUCCESS;

Regards,

-pascal

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to