summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d7b2cd7a5..d006098df 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1999-01-24 Jim Meyering <meyering@ascend.com>
+ * lib/quotearg.c (quotearg_n_options): Revert type of parameter `n'
+ (and hence that of the local `n1', too) to `int' at Paul's request.
+
+ * lib/closeout.c: Add comments.
+
* src/shred.c (fdatasync): Remove function. instead, ...
(fdatasync) [! HAVE_FDATASYNC]: Define to fsync.
From Colin Plumb.