X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=regress%2Fhrecord.c.m4;h=c6417ca88b48e1da238e6f7ce2b4d649d209d55e;hb=4fad263db72b6e675e82c84b56d81333240a7475;hp=4344146080dd66bce63db60cdb0f07fce57872e4;hpb=8b1171e6b5eb5524958f1876e2753f5b75a26cfd;p=adns.git diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index 4344146..c6417ca 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -2,7 +2,12 @@ m4_dnl hrecord.c.m4 m4_dnl (part of complex test harness, not of the library) m4_dnl - recording routines -m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson +m4_dnl This file is +m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl +m4_dnl It is part of adns, which is +m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by @@ -30,6 +35,9 @@ m4_include(hmacros.i4) static FILE *Toutputfile; +void Tshutdown(void) { +} + static void R_recordtime(void) { int r; struct timeval tv, tvrel;