summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-13 23:44:17 +0100
committerBruno Haible <bruno@clisp.org>2011-03-13 23:44:17 +0100
commit342de0e0d2f38991b91ca45058fc08ab69248430 (patch)
tree0f3279dcc99e254d3bb767e122399ae819a94af5 /ChangeLog
parent00b9c8e79b4904139d7bb721b5ba175e591dfb34 (diff)
downloadgnulib-342de0e0d2f38991b91ca45058fc08ab69248430.tar.gz
passfd test: Fix warnings.
* tests/test-passfd.c: Include <sys/wait.h>. (main): Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c54bfff0..440d503421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-03-13 Bruno Haible <bruno@clisp.org>
+ passfd test: Fix warnings.
+ * tests/test-passfd.c: Include <sys/wait.h>.
+ (main): Fix typo.
+
+2011-03-13 Bruno Haible <bruno@clisp.org>
+
passfd module, part 4, tweaks.
* tests/test-passfd.c: Reorder includes.
(main): Fix perror and printf calls.