From 137dee4c0f6b31264d23b99dcc443073c9628422 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 7 Mar 2001 06:04:08 +0000 Subject: Static-ify a variable. make du work with all the human-readable variants since my last pass only fixed 'du -h' but left the others broken. git-svn-id: svn://busybox.net/trunk/busybox@1997 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'df.c') diff --git a/df.c b/df.c index 1f5e4b09e..9f8770fe6 100644 --- a/df.c +++ b/df.c @@ -31,7 +31,7 @@ extern const char mtab_file[]; /* Defined in utility.c */ #ifdef BB_FEATURE_HUMAN_READABLE -unsigned long disp_hr = KILOBYTE; +static unsigned long disp_hr = KILOBYTE; #endif static int df(char *device, const char *mountPoint) -- cgit v1.2.3-55-g6feb