diff options
Diffstat (limited to 'df.c')
-rw-r--r-- | df.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | extern const char mtab_file[]; /* Defined in utility.c */ | 32 | extern const char mtab_file[]; /* Defined in utility.c */ |
33 | #ifdef BB_FEATURE_HUMAN_READABLE | 33 | #ifdef BB_FEATURE_HUMAN_READABLE |
34 | unsigned long disp_hr = KILOBYTE; | 34 | static unsigned long disp_hr = KILOBYTE; |
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | static int df(char *device, const char *mountPoint) | 37 | static int df(char *device, const char *mountPoint) |