You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
427 B
13 lines
427 B
Index: src/current/iozone.c |
|
--- src/current/iozone.c.orig 2010-12-11 15:49:07.000000000 +0100 |
|
+++ src/current/iozone.c 2010-12-12 19:16:48.000000000 +0100 |
|
@@ -19617,6 +19617,9 @@ |
|
sizeof(struct sockaddr_in)); |
|
if (rc < 0) |
|
{ |
|
+#ifndef EISCONN |
|
+#define EISCONN 99999 |
|
+#endif |
|
if((ecount++ < 200) && (errno != EISCONN)) |
|
{ |
|
sleep(1);
|
|
|