changeset 14426:cd6fec31364f

passfd test: Fix warnings. * tests/test-passfd.c: Include <sys/wait.h>. (main): Fix typo.
author Bruno Haible <bruno@clisp.org>
date Sun, 13 Mar 2011 23:44:17 +0100
parents 94b18c3c925d
children 4c39cf933978
files ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.