From: Damir Tomic Date: Wed, 19 Aug 2015 23:04:40 +0000 (+0200) Subject: run-packetProcessing.c: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0057a559c1e57de119be1f14ce231b89fe20be;p=thirdparty%2Fntp.git run-packetProcessing.c: manually updated due to char / const char progname issues when autogenerating Makefile.am: re-enabled ntpq dir bk: 55d50b88MMQ3ksTdqDk-ZYQOgQwUqQ --- diff --git a/sntp/tests/run-packetProcessing.c b/sntp/tests/run-packetProcessing.c index bf3a63eb1..eba43a31e 100644 --- a/sntp/tests/run-packetProcessing.c +++ b/sntp/tests/run-packetProcessing.c @@ -58,7 +58,7 @@ void resetTest(void) setUp(); } -char const *progname; +const char *progname; //=======MAIN===== diff --git a/tests/Makefile.am b/tests/Makefile.am index c2248368f..af502b9a3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS += \ bug-2803 \ libntp \ ntpd \ + ntpq \ sandbox \ sec-2853 \ $(NULL)