bk: 51fccee0XCBeuk3HRRus4jAwvJE5PA
+* CID 984511: Some systems have different printf needs for sizeof.
(4.2.7p379) 2013/08/02 Released by Harlan Stenn <stenn@ntp.org>
* CID 739724: Fix printf arg mismatch in a debug line.
* [Bug 2425] compile io_handler() in ntp_io.c unconditionally
int didsomething = 0;
TRACE(3, ("timeout_queries: called to check %u items\n",
- COUNTOF(fam_listheads)));
+ (unsigned)COUNTOF(fam_listheads)));
gettimeofday_cached(base, &start_cb);
for (idx = 0; idx < COUNTOF(fam_listheads); idx++) {