iozone.patch 427 B

1234567891011121314
  1. Index: src/current/iozone.c
  2. --- src/current/iozone.c.orig 2010-12-11 15:49:07.000000000 +0100
  3. +++ src/current/iozone.c 2010-12-12 19:16:48.000000000 +0100
  4. @@ -19617,6 +19617,9 @@
  5. sizeof(struct sockaddr_in));
  6. if (rc < 0)
  7. {
  8. +#ifndef EISCONN
  9. +#define EISCONN 99999
  10. +#endif
  11. if((ecount++ < 200) && (errno != EISCONN))
  12. {
  13. sleep(1);