summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 15:19:36 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 15:19:36 +0000
commit922d1292c36ca63de25e3ce23fcb8a61d896c535 (patch)
treef3003d83e54f988513622b9a53fe6d545a5d01d0 /old
parentf525fd81ca4589d2ba1761a0ab1d2da3e84c895d (diff)
downloadcoreutils-922d1292c36ca63de25e3ce23fcb8a61d896c535.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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.