From: Jim Meyering Date: Tue, 27 Apr 2004 16:34:47 +0000 (+0000) Subject: (opt_nul_terminate_output): Declare `static'. X-Git-Tag: v5.3.0~1659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec38270d8e57e490e12e2574748f21e9529bf829;p=thirdparty%2Fcoreutils.git (opt_nul_terminate_output): Declare `static'. --- diff --git a/src/du.c b/src/du.c index 21299b469e..b8fe68c739 100644 --- a/src/du.c +++ b/src/du.c @@ -88,7 +88,7 @@ static int apparent_size = 0; static int opt_count_all = 0; /* If true, output the NUL byte instead of a newline at the end of each line. */ -bool opt_nul_terminate_output = false; +static bool opt_nul_terminate_output = false; /* If nonzero, print a grand total at the end. */ static int print_grand_total = 0;