]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
run-packetProcessing.c:
authorDamir Tomic <viperus@ntp.org>
Wed, 19 Aug 2015 23:04:40 +0000 (01:04 +0200)
committerDamir Tomic <viperus@ntp.org>
Wed, 19 Aug 2015 23:04:40 +0000 (01:04 +0200)
  manually updated due to char / const char progname issues when autogenerating
Makefile.am:
  re-enabled ntpq dir

bk: 55d50b88MMQ3ksTdqDk-ZYQOgQwUqQ

sntp/tests/run-packetProcessing.c
tests/Makefile.am

index bf3a63eb1cf59debe505619c644b0a816285820e..eba43a31eb8c890ec9ca3ef0d160198e6fc413aa 100644 (file)
@@ -58,7 +58,7 @@ void resetTest(void)
   setUp();
 }
 
-char const *progname;
+const char *progname;
 
 
 //=======MAIN=====
index c2248368fbc0f9cfebc74fa7682277256d923db4..af502b9a3455108c8dbc2ddc9c609b8c00ec7ce8 100644 (file)
@@ -5,6 +5,7 @@ SUBDIRS +=              \
        bug-2803        \
        libntp          \
        ntpd            \
+       ntpq            \
        sandbox         \
        sec-2853        \
        $(NULL)