]> git.ipfire.org Git - thirdparty/ntp.git/commit
[Bug 3814] First poll delay of new or cleared associations miscalculated.
authorDave Hart <hart@ntp.org>
Wed, 3 May 2023 21:16:16 +0000 (21:16 +0000)
committerDave Hart <hart@ntp.org>
Wed, 3 May 2023 21:16:16 +0000 (21:16 +0000)
commite23233ea02e89d05e40bbe705f399b8174e67a75
tree5812277e42cb31d78f624243cad5fb9ebf852746
parent8515a6eb8b61e2d67c92198a6ea7e839d4883d90
[Bug 3814] First poll delay of new or cleared associations miscalculated.
Switch NONEMPTY_TRANSLATION_UNIT extern reference from exit() to abs() to avoid
  warning on VS 2022 due to mismatching declaration as exit() is now noreturn.
Minimum supported Visual Studio has been 2005, remove code for earlier.

bk: 6452cf209PBAzQTFiZwD6XKLzpAdbQ
ChangeLog
include/ntp_types.h
libntp/mktime.c
libntp/systime.c
ntpd/ntp_proto.c
ports/winnt/include/config.h
ports/winnt/ntptrace/ntptrace.dsp [deleted file]