chiark / gitweb /
+ * Do not spin if connect() fails immediately (!)
[adns.git] / regress / hcommon.c
index 2cd3508a251dd7434ad0ef0b9ac736f295502d6f..4a6293ae4fad5a14ba639375bf82e2728c28c740 100644 (file)
@@ -29,6 +29,7 @@ const struct Terrno Terrnos[]= {
   { "ECONNRESET",                ECONNRESET                   },
   { "ECONNREFUSED",              ECONNREFUSED                 },
   { "EPIPE",                     EPIPE                        },
+  { "ENOTSOCK",                  ENOTSOCK                     },
   {  0,                          0                            }
 };
 static vbuf vbw;