summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-15 13:18:05 +0000
committerJim Meyering <jim@meyering.net>2000-02-15 13:18:05 +0000
commit4dbf0a39a61f5ab55f4b28d9ab931c2b5ab77c39 (patch)
tree8d3ebf23cdb8b6e601278a70efa1a7f800d86675
parent6a7e32b137dd0aa91b72ab681eac8ffe5217e4f8 (diff)
downloadcoreutils-4dbf0a39a61f5ab55f4b28d9ab931c2b5ab77c39.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 126a5e41d..939126cd0 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.