1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00

downgrade minimum needed Winsock version for test-poll.c

2008-09-23  Paolo Bonzini  <bonzini@gnu.org>

	* tests/test-poll.c: Downgrade minimum needed Winsock version.
This commit is contained in:
Paolo Bonzini
2008-09-22 18:30:44 +02:00
parent 244b71aedb
commit 7bf5395a54
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-09-23 Paolo Bonzini <bonzini@gnu.org>
* tests/test-poll.c: Downgrade minimum needed Winsock version.
2008-09-23 Bruno Haible <bruno@clisp.org> 2008-09-23 Bruno Haible <bruno@clisp.org>
* doc/posix-functions/*: Add info about functions missing on IRIX 5.3. * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.

View File

@@ -359,7 +359,7 @@ main ()
{ {
int result; int result;
gl_sockets_startup (SOCKETS_2_0); gl_sockets_startup (SOCKETS_1_1);
#ifdef INTERACTIVE #ifdef INTERACTIVE
printf ("Please press Enter\n"); printf ("Please press Enter\n");