summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-27 16:32:43 +0000
committerJim Meyering <jim@meyering.net>2004-04-27 16:32:43 +0000
commitb480c61d5e30af5cdd512ac981ef22552251d3ae (patch)
treec8ee9abe21c50978476565908b39466a38c27817 /src
parent4c59a5f180a731c6fc9a7926fa71df0d9cf9c6fa (diff)
downloadcoreutils-b480c61d5e30af5cdd512ac981ef22552251d3ae.tar.xz
(G_fail): Declare `static'.
Diffstat (limited to 'src')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index bd1d7c5c7..21299b469 100644
--- a/src/du.c
+++ b/src/du.c
@@ -114,7 +114,7 @@ static struct exclude *exclude;
static uintmax_t tot_size = 0;
/* Nonzero indicates that du should exit with EXIT_FAILURE upon completion. */
-int G_fail;
+static int G_fail;
#define IS_DIR_TYPE(Type) \
((Type) == FTS_DP \