]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3659] ntp-4.2.8p14 fails to build <perlinger@ntp.org>
authorJuergen Perlinger <perlinger@ntp.org>
Sat, 4 Apr 2020 06:38:06 +0000 (08:38 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Sat, 4 Apr 2020 06:38:06 +0000 (08:38 +0200)
bk: 5e882b4eAK7oOBXw6o3VvjLozhG2Cg

ChangeLog
include/ntp_config.h
ntpd/ntp_config.c

index 35d5d36c2faf434a0bbc79ed85afe3473cc63039..63aac86d46d56ecd7fbec8133560eab97c9408b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+---
+* [Bug 3659] ntp-4.2.8p14 fails to build <perlinger@ntp.org>
+
 ---
 (4.2.8p14) 2020/03/03 Released by Harlan Stenn <stenn@ntp.org>
 
index b414466930ad8a6881d3e6af5e4f6de6a1196e67..53546df8d6cabfa2a69f00442620cdd25747be15 100644 (file)
@@ -276,16 +276,6 @@ typedef struct settrap_parms_tag {
 } settrap_parms;
 
 
-/*
- * Poll Skew List
- */
-
-psl_item psl[17-3+1];          /* values for polls 3-17 */
-                               /* To simplify the runtime code we */
-                               /* don't want to have to special-case */
-                               /* dealing with a default */
-
-
 /*
 ** Data Minimization Items
 */
index ee9df318a630a46378ee6846b3054dab68bd19db..cdc391c1b95b05025a2b94aa3ae8618233e2dc13 100644 (file)
@@ -136,6 +136,16 @@ typedef struct peer_resolved_ctx_tag {
 #define MAXPHONE       10      /* maximum number of phone strings */
 #define MAXPPS         20      /* maximum length of PPS device string */
 
+/*
+ * Poll Skew List
+ */
+
+static psl_item psl[17-3+1];   /* values for polls 3-17 */
+                               /* To simplify the runtime code we */
+                               /* don't want to have to special-case */
+                               /* dealing with a default */
+
+
 /*
  * Miscellaneous macros
  */