> On 18/09/2015, at 2:09 am, Miroslav Lichvar <[email protected]> wrote: > > On Thu, Sep 17, 2015 at 04:05:04PM +0200, [email protected] wrote: >> commit 5190539ce1efe0a9fc14e2197017f8cb4bb6f0e6 >> Author: Miroslav Lichvar <[email protected]> >> Date: Thu Sep 10 15:34:56 2015 +0200 >> >> test: add tests for system adjtime() and ntp_adjtime() >> >> Include a test program to determine how the adjtime() implementation >> behaves. Check the range of supported offset, support for readonly >> operation, and slew rate with different update intervals and offsets. > > Bryan, can you please try this on Mac OS X and post the output? I'm > curious if it's closer to how adjtime() works on Linux, > FreeBSD/NetBSD, or Solaris.
number9:kernel bryan$ make
cc -O2 -Wall ntpadjtime.c -o ntpadjtime
ntpadjtime.c:24:10: fatal error: 'sys/timex.h' file not found
#include <sys/timex.h>
^
1 error generated.
make: *** [ntpadjtime] Error 1
number9:kernel bryan$
Not really a problem - adjtime compiles ok.
Results attached as gz
--
Bryan Christianson
macosx-adjtime-results.txt.gz
Description: GNU Zip compressed data
