Files
chrony/sys_macosx.c
Bryan Christianson 27f31aa6c3 sys_macosx: fix macOS driver using timeval instead of timespec
The macOS driver was using the old settimeofday() variables. Now uses
timespec as required by updated PRV_SetTime().

Fixes: e313f5abf7 ("privops: switch from settimeofday() to clock_settime()")
2026-02-09 10:39:43 +01:00

12 KiB