diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-07 17:42:07 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-07 17:42:07 +0000 |
commit | ae5612ca6e74ba251cd10fc853dcf9694c0fecf1 (patch) | |
tree | ba3e50459f4b4ae476ce19e797c68c5e6de055e0 /include/busybox.h | |
parent | ae20128e9f7a7d31629079068b04cf7119cc40df (diff) | |
download | busybox-w32-ae5612ca6e74ba251cd10fc853dcf9694c0fecf1.tar.gz busybox-w32-ae5612ca6e74ba251cd10fc853dcf9694c0fecf1.tar.bz2 busybox-w32-ae5612ca6e74ba251cd10fc853dcf9694c0fecf1.zip |
Some minor cleanups to df.c. Also, with Erik's blessing, changed name of
'format' function to 'make_human_readable_str'.
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index 99932095b..573cce190 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -233,7 +233,7 @@ extern int sysinfo (struct sysinfo* info); | |||
233 | #endif | 233 | #endif |
234 | 234 | ||
235 | #ifdef BB_FEATURE_HUMAN_READABLE | 235 | #ifdef BB_FEATURE_HUMAN_READABLE |
236 | const char *format(unsigned long val, unsigned long hr); | 236 | const char *make_human_readable_str(unsigned long val, unsigned long hr); |
237 | #endif | 237 | #endif |
238 | #define KILOBYTE 1024 | 238 | #define KILOBYTE 1024 |
239 | #define MEGABYTE (KILOBYTE*1024) | 239 | #define MEGABYTE (KILOBYTE*1024) |