changeset 14044:cf58f3c67722

select tests: Use 'bool' where appropriate. * tests/test-select.c (connect_to_socket): Change argument type to 'bool'.
author Bruno Haible <bruno@clisp.org>
date Mon, 27 Dec 2010 18:51:56 +0100
parents a184cac42a35
children eb1a951e4f56
files ChangeLog tests/test-select.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-27  Bruno Haible  <bruno@clisp.org>
+
+	select tests: Use 'bool' where appropriate.
+	* tests/test-select.c (connect_to_socket): Change argument type to
+	'bool'.
+
 2010-12-27  Bruno Haible  <bruno@clisp.org>
 
 	select tests: Use existing modules.
--- a/tests/test-select.c
+++ b/tests/test-select.c
@@ -128,7 +128,7 @@
 }
 
 static int
-connect_to_socket (int blocking)
+connect_to_socket (bool blocking)
 {
   int s;
   struct sockaddr_in ia;