From: Jim Meyering Date: Tue, 15 Feb 2000 13:18:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0q~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dbf0a39a61f5ab55f4b28d9ab931c2b5ab77c39;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 126a5e41df..939126cd0d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -21,6 +21,7 @@ * src/du.c (pop_dir): New function. (count_entry): Factor out common code (pop_dir), and call the new function instead. + Move declaration of global, `stat_buf' into this function. (du_files): Don't stat `.' or call save_cwd, since count_entry never returns with a changed working directory.