Include <unistd.h> unconditionally.
[gnulib.git] / lib / ChangeLog
index 19a49cc..9417d7d 100644 (file)
@@ -1,3 +1,20 @@
+2006-04-23  Bruno Haible  <bruno@clisp.org>
+
+       * copy-file.c: Include <unistd.h> unconditionally.
+       * execute.c: Likewise.
+       * fatal-signal.c: Likewise.
+       * findprog.c: Likewise.
+       * mkdtemp.c: Likewise.
+       * pipe.h: Likewise.
+       * pipe.c: Likewise.
+       * wait-process.h: Likewise.
+
+2006-04-23  Bruno Haible  <bruno@clisp.org>
+
+       * fwriteerror.c (fwriteerror): Call fclose also when an error
+       condition was already detected.
+       Reported by Ben Pfaff <blp@cs.stanford.edu>.
+
 2006-04-19  Derek Price  <derek@ximbiot.com>
            Eric Blake  <ebb9@byu.net>