diff --git a/acinclude.m4 b/acinclude.m4 index 15a6f0d3..f6c8a48c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -898,7 +898,7 @@ FD_ZERO(&t_rfds); FD_SET(0, &t_rfds); tv.tv_sec = 5; tv.tv_usec = 0; -select(1, &t_rfds, NULL, NULL, &tv); +select(1, &t_rfds, 0, 0, &tv); ]])], [$1],[$2] )