]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys: use timex driver on FreeBSD
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 15 Sep 2015 16:43:43 +0000 (18:43 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 17 Sep 2015 13:57:48 +0000 (15:57 +0200)
commitbf57222e966f7ea50df469077795fffe2023cbf7
treedf5aa61068a9a0039a08b76fabeeb9b5fbe40abd
parentc075c070f03b32effb5c28b6befc034295c416ad
sys: use timex driver on FreeBSD

Switch from the SunOS adjtime() based driver to the timex driver.
There is no FreeBSD-specific code, so call SYS_Timex_Initialise()
and SYS_Timex_Finalise() directly from sys.c.
configure
sys.c