]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 15:19:36 +0000 (15:19 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 15:19:36 +0000 (15:19 +0000)
old/fileutils/ChangeLog

index 8f6ca84277e850cda4bd9487b7f6b60249d69b02..1d96dec36468f8b1edb36bd76ad98abcb3569af2 100644 (file)
@@ -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.