diff --git a/ChangeLog b/ChangeLog index d07e7f8584..b4f29c71a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-23 Paolo Bonzini + + * tests/test-poll.c: Downgrade minimum needed Winsock version. + 2008-09-23 Bruno Haible * doc/posix-functions/*: Add info about functions missing on IRIX 5.3. diff --git a/tests/test-poll.c b/tests/test-poll.c index f97b8d5237..8e9332afe7 100644 --- a/tests/test-poll.c +++ b/tests/test-poll.c @@ -359,7 +359,7 @@ main () { int result; - gl_sockets_startup (SOCKETS_2_0); + gl_sockets_startup (SOCKETS_1_1); #ifdef INTERACTIVE printf ("Please press Enter\n");