summaryrefslogtreecommitdiff
path: root/regress/hcommon.c.m4
diff options
context:
space:
mode:
authorian <ian>2005-10-15 16:29:58 +0000
committerian <ian>2005-10-15 16:29:58 +0000
commit87dd63455668503e4f929e741856a3cfc880d570 (patch)
treea692a958ab1463214ccfa62bcf67458569a913a5 /regress/hcommon.c.m4
parent52888ec6fd5f8b3afbf59dfae2c269829f757149 (diff)
+ * Call Tensurerecordfile in Hgettimeofday (Tensurerecordfile was
@@ -11,6 +11,11 @@ updated). + * Call Tensurerecordfile in Hgettimeofday (Tensurerecordfile was + Tensureinputfile/Tensureoutputfile). + * Add bind(2) and listen(2) to test harness (for epithet's benefit, but + harmless in adns). + * Add missing ENOTSOCK to hcommon.c.m4 (was already in hcommon.c!)
Diffstat (limited to 'regress/hcommon.c.m4')
-rw-r--r--regress/hcommon.c.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4
index 68127be..17f6955 100644
--- a/regress/hcommon.c.m4
+++ b/regress/hcommon.c.m4
@@ -61,12 +61,14 @@ const struct Terrno Terrnos[]= {
{ "ECONNRESET", ECONNRESET },
{ "ECONNREFUSED", ECONNREFUSED },
{ "EPIPE", EPIPE },
+ { "ENOTSOCK", ENOTSOCK },
{ 0, 0 }
};
static vbuf vbw;
int Hgettimeofday(struct timeval *tv, struct timezone *tz) {
+ Tensurerecordfile();
Tmust("gettimeofday","tz",!tz);
*tv= currenttime;
return 0;