Re: [chrony-dev] [PATCH] sys_timex: add workaround for broken ntp_adjtime() on macOS

2020-10-15 Thread Bryan Christianson
The latest beta release of macOS 11.0 (Big Sur beta 10) seems to have fixed the signed/unsigned confusion. The final release of the OS will be sometime in the next month, so I suggest waiting until then before reverting the workaround patch. Bryan > On 31/08/2020, at 8:37 PM, Bryan

Re: [chrony-dev] [PATCH] sys_timex: add workaround for broken ntp_adjtime() on macOS

2020-10-15 Thread Miroslav Lichvar
On Thu, Oct 15, 2020 at 08:18:23PM +1300, Bryan Christianson wrote: > The latest beta release of macOS 11.0 (Big Sur beta 10) seems to have fixed > the signed/unsigned confusion. The final release of the OS will be sometime > in the next month, so I suggest waiting until then before reverting