(G_fail): Declare `static'.
authorJim Meyering <jim@meyering.net>
Tue, 27 Apr 2004 16:32:43 +0000 (16:32 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Apr 2004 16:32:43 +0000 (16:32 +0000)
src/du.c

index bd1d7c5..21299b4 100644 (file)
--- 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            \