summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-19 16:48:43 +0000
committerJim Meyering <jim@meyering.net>1999-09-19 16:48:43 +0000
commite105d0855249ab3b0fb0ef7ac62fdadd1a75726a (patch)
treea01b0129cc2fac5370c1a780ab7d9b81d5d33b4c /old
parent2e5a37a44e9d1898a2c828959261dc4298d59a8b (diff)
downloadcoreutils-e105d0855249ab3b0fb0ef7ac62fdadd1a75726a.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 612f0bead..b198d0c6b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,15 @@
1999-09-19 Jim Meyering <meyering@ascend.com>
+ * lib/lchown.c [STAT_MACROS_BROKEN] (S_ISLNK): Undefine.
+ (S_ISLNK): Define if necessary.
+ This is necessary on a NEC SX-4 with SUPER-UX 9.1.
+ Based on a patch from Holger Berger.
+
+ * src/dd.c (siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
+ Change many counter and index variables to be of unsigned type.
+ (dd_copy): Add new unsigned variable, n_bytes_read, in place of
+ many uses of `nread'.
+
* src/sys2.h (__attribute__): Define.
(ATTRIBUTE_NORETURN): Remove #else clause.
(ATTRIBUTE_UNUSED): Define.