bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] downgrade minimum winsock version necessary for test-poll


From: Paolo Bonzini
Subject: [PATCH 1/3] downgrade minimum winsock version necessary for test-poll
Date: Tue, 23 Sep 2008 07:37:07 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

It turns out that 1.1 is enough, and the HP TestDrive machine(*) fail if
you pass SOCKETS_2_0.

  (*) Interesting that they give only a Win64 cross-compiler on
  a Win32 machine, so that you have to cross-compile on Linux and
  move the executable there...

I'll commit this together with the others.

Paolo
2008-09-23  Paolo Bonzini  <address@hidden>

        * tests/test-poll.c: Downgrade minimum needed Winsock version.
---
 ChangeLog         |    4 ++++
 tests/test-poll.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/test-poll.c b/tests/test-poll.c
index 5e8d706..0f6bbb0 100644
--- a/tests/test-poll.c
+++ b/tests/test-poll.c
@@ -363,7 +363,7 @@ main ()
 {
   int result;
 
-  gl_sockets_startup (SOCKETS_2_0);
+  gl_sockets_startup (SOCKETS_1_1);
 
 #ifdef INTERACTIVE
   printf ("Please press Enter\n");
-- 
1.5.6.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]