diff options
author | Mark Whitley | 2001-03-07 17:42:07 +0000 |
---|---|---|
committer | Mark Whitley | 2001-03-07 17:42:07 +0000 |
commit | ae5612ca6e74ba251cd10fc853dcf9694c0fecf1 (patch) | |
tree | ba3e50459f4b4ae476ce19e797c68c5e6de055e0 /busybox.h | |
parent | ae20128e9f7a7d31629079068b04cf7119cc40df (diff) | |
download | busybox-ae5612ca6e74ba251cd10fc853dcf9694c0fecf1.zip busybox-ae5612ca6e74ba251cd10fc853dcf9694c0fecf1.tar.gz |
Some minor cleanups to df.c. Also, with Erik's blessing, changed name of
'format' function to 'make_human_readable_str'.
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ extern int sysinfo (struct sysinfo* info); #endif #ifdef BB_FEATURE_HUMAN_READABLE -const char *format(unsigned long val, unsigned long hr); +const char *make_human_readable_str(unsigned long val, unsigned long hr); #endif #define KILOBYTE 1024 #define MEGABYTE (KILOBYTE*1024) |