summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-14 07:50:19 +0000
committerJim Meyering <jim@meyering.net>2002-04-14 07:50:19 +0000
commit4fc8280fa6a931acb016ec703eb0acd8711d48c1 (patch)
treed49aaa946a050c7e1586363f042993372d0ac404 /old
parent9e92d099ce9326885861bc9fcc5aa5ce27a5ff6b (diff)
downloadcoreutils-4fc8280fa6a931acb016ec703eb0acd8711d48c1.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b1b23133d..1f0f6dd39 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,8 @@
2002-04-14 Jim Meyering <meyering@lucent.com>
+ * src/Makefile.am (bin_PROGRAMS): Add stat.
+ (noinst_HEADERS): Add fs.h.
+
* 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.