From: Jim Meyering Date: Tue, 25 Jul 2006 14:06:21 +0000 (+0000) Subject: * src/df.c (n_valid_args): Declare global to be static. X-Git-Tag: v6.0~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=627f9b7fb1f4c8e8ed02975681a894d593c25400;p=thirdparty%2Fcoreutils.git * src/df.c (n_valid_args): Declare global to be static. --- diff --git a/ChangeLog b/ChangeLog index 2ac58ffe19..59cf6c8922 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-25 Jim Meyering + + * src/df.c (n_valid_args): Declare global to be static. + 2006-07-24 Jim Meyering * tests/ls/stat-dtype: Skip this test on reiserfs, since that file diff --git a/src/df.c b/src/df.c index b698365050..45fcad8549 100644 --- a/src/df.c +++ b/src/df.c @@ -69,7 +69,7 @@ static uintmax_t output_block_size; static bool posix_format; /* Count the number of valid arguments. */ -unsigned int n_valid_args; +static unsigned int n_valid_args; /* If true, invoke the `sync' system call before getting any usage data. Using this option can make df very slow, especially with many or very