Re: [chrony-dev] [PATCH] Remove adjtime() check.

2018-10-02 Thread Miroslav Lichvar
On Tue, Oct 02, 2018 at 10:40:27AM +1300, Bryan Christianson wrote: > Remove the runtime checking of adjtime(). adjtime() was broken in beta > releases of macOS 10.13 but is ok now. Applied. Thanks. -- Miroslav Lichvar -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with

[chrony-dev] [PATCH] Remove adjtime() check.

2018-10-01 Thread Bryan Christianson
Remove the runtime checking of adjtime(). adjtime() was broken in beta releases of macOS 10.13 but is ok now. --- sys_macosx.c | 42 ++ 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/sys_macosx.c b/sys_macosx.c index 00ce302..807d62e 100644