| 1234567891011121314 |
- 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);
|