summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-14 07:49:20 +0000
committerJim Meyering <jim@meyering.net>2002-04-14 07:49:20 +0000
commit9e92d099ce9326885861bc9fcc5aa5ce27a5ff6b (patch)
tree9460cbad422f2afca629879ebf5ede552c219cdc /old/fileutils/ChangeLog
parent7c3982f666fe91813f3217a7be1000d42d7b2a29 (diff)
downloadcoreutils-9e92d099ce9326885861bc9fcc5aa5ce27a5ff6b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 36181ea21..b1b23133d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,18 @@
+2002-04-14 Jim Meyering <meyering@lucent.com>
+
+ * src/stat.c [HAVE_SYS_VFS_H]: Guard incluion of sys/vfs.h.
+ Constify many parameters.
+ (print_statfs): Fix typo: Use %u (to match %lu) for namelen, not %d.
+ (verbose_usage): Remove function. Move contents into usage.
+ Remove lots of #if directives involving FLASK_LINUX
+ [!FLASK_LINUX] (is_flask_enabled): Define.
+ (stat_secure, lstat_secure): Define.
+ (print_statfs): Remove lots of nested #if directives.
+ Instead, rely on support fo %llu and %lld printf formats --
+ but that is only temporary, since it's not porable enough.
+ (main): Hoist is_flask_enabled test to be done here, rather
+ than in each of do_stat and do_statfs for every argument.
+
2002-04-13 Jim Meyering <meyering@lucent.com>
* src/stat.c: Include system.h, error.h, and many other headers.