summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-06 02:51:04 +0000
committerJim Meyering <jim@meyering.net>1995-10-06 02:51:04 +0000
commit6fc3c211ec574730d40f2d7c1da91353a7abc8bf (patch)
tree1b39e3179ae77c46ce14b70eb78e0ef8bcb6e116 /old/fileutils
parentc25dcdd843bbbdb3809ecb5ece59fe9a6035a83f (diff)
downloadcoreutils-6fc3c211ec574730d40f2d7c1da91353a7abc8bf.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e5e4f5337..2edc918f9 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,15 @@
+Thu Oct 5 21:49:34 1995 Jim Meyering (meyering@comco.com)
+
+ * configure.in (HAVE_STRUCT_UTIMBUF): Add new test. Testing for
+ the existence of <utime.h> is insufficient on some Next systems.
+ * acconfig.h (HAVE_STRUCT_UTIMBUF): Add it.
+ * system.h [!HAVE_UTIME_H]: Don't declare struct utimbuf here.
+ [!HAVE_STRUCT_UTIMBUF]: Declare struct utimbuf here instead.
+
+ * df.c (show_point): Cast -2 to dev_t before assignment.
+ * mountlist.c (read_filesystem_list): Cast -1 to dev_t before
+ assignment.
+
Sun Oct 1 13:22:36 1995 Jim Meyering (meyering@comco.com)
* configure.in (AC_REPLACE_FUNCS): Add strtoul.