projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244b71a
)
downgrade minimum needed Winsock version for test-poll.c
author
Paolo Bonzini
<bonzini@gnu.org>
Mon, 22 Sep 2008 16:30:44 +0000
(18:30 +0200)
committer
Paolo Bonzini
<bonzini@gnu.org>
Tue, 23 Sep 2008 11:29:43 +0000
(13:29 +0200)
2008-09-23 Paolo Bonzini <bonzini@gnu.org>
* tests/test-poll.c: Downgrade minimum needed Winsock version.
ChangeLog
patch
|
blob
|
history
tests/test-poll.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d07e7f8584f994701cbfcab226e7d214f08b170a..b4f29c71a25a44ae3287927f53828c5499b30c28 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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>
* 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 f97b8d5237c4751367dc34e753eac5cff3c50d57..8e9332afe7717bef6a6a4deb035ad69e28eb2883 100644
(file)
--- 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");