summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8f6ca8427..1d96dec36 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+1999-01-25 Jim Meyering <meyering@ascend.com>
+
+ * src/shred.c (isaac_seed): Guard clock_gettime with test of
+ HAVE_CLOCK_GETTIME, not CLOCK_REALTIME.
+ (wipename): Rename local dirfd to dir_fd to avoid shadowing the
+ function declared in Linux's dirent.h.
+
1999-01-24 Jim Meyering <meyering@ascend.com>
* src/ansi2knr.c: Exit nonzero upon failed write to stdout.