From: W.C.A. Wijngaards Date: Fri, 25 Jun 2021 12:07:11 +0000 (+0200) Subject: Analysis workflow, see if defines are causing ctime changes. X-Git-Tag: release-1.13.2rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e45e73768f3e8b8bb5a0e17ebd39fc988318ccda;p=thirdparty%2Funbound.git Analysis workflow, see if defines are causing ctime changes. --- diff --git a/testcode/replay.c b/testcode/replay.c index 1dda3d81a..b5235d7a6 100644 --- a/testcode/replay.c +++ b/testcode/replay.c @@ -51,6 +51,9 @@ #include "testcode/testpkts.h" #include "testcode/fake_event.h" #include "sldns/str2wire.h" +#ifdef ctime_r +#undef ctime_r +#endif /** max length of lines in file */ #define MAX_LINE_LEN 10240