bk: 554c717aU0kSdshrtLJS7lmsn6hCqQ
* [Bug 2810] refclock_shm.c memory barrier code needs tweaks for QNX.
* [Bug 2813] HP-UX needs -D__STDC_VERSION__=199901L and limits.h.
* [Bug 2815] net-snmp before v5.4 has circular library dependencies.
+* [Bug 2821] Add a missing NTP_PRINTF and a missing const.
* [Bug 2822] New leap column in sntp broke NTP::Util.pm.
* [Bug 2825] Quiet file installation in html/ .
* Add an assert to the ntpq ifstats code.
struct refclockstat *, peerT *);
static void gpsd_timer (int, peerT *);
-static int myasprintf(char**, char const*, ...);
+static int myasprintf(char**, char const*, ...) NTP_PRINTF(2, 3);
static void enter_opmode(peerT *peer, int mode);
static void leave_opmode(peerT *peer, int mode);
int stratum;
char * ref;
char * ts_str;
- char * leaptxt;
+ const char * leaptxt;
double offset;
double precision;
double synch_distance;