From: Jim Meyering Date: Tue, 27 Apr 2004 16:32:43 +0000 (+0000) Subject: (G_fail): Declare `static'. X-Git-Tag: v5.3.0~1660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b480c61d5e30af5cdd512ac981ef22552251d3ae;p=thirdparty%2Fcoreutils.git (G_fail): Declare `static'. --- 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 \