From b480c61d5e30af5cdd512ac981ef22552251d3ae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Apr 2004 16:32:43 +0000 Subject: [PATCH] (G_fail): Declare `static'. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/du.c b/src/du.c index bd1d7c5c73..21299b469e 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 \ -- 2.47.3