bk: 5e882b4eAK7oOBXw6o3VvjLozhG2Cg
+---
+* [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>
} 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
*/
#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
*/