+* [Bug 2131] Set the system variable settimeofday only after clock step.
* [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
(4.2.7p255) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 603] Only link with nlist()-related libraries when needed:
*/
set_tod_using = &ntpd_set_tod_using;
- /*
- * On Windows, the variable has already been set, on the rest,
- * initialize it to "UNKNOWN".
- */
-#ifndef SYS_WINNT
- strlcpy(line, "settimeofday=\"UNKNOWN\"", sizeof(line));
- set_sys_var(line, strlen(line) + 1, RO);
-#endif
getCmdOpts(argc, argv);
init_syntax_tree(&cfgt);
curr_include_level = 0;