diff options
Diffstat (limited to 'contrib/ntp/libparse/clk_trimtaip.c')
-rw-r--r-- | contrib/ntp/libparse/clk_trimtaip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/ntp/libparse/clk_trimtaip.c b/contrib/ntp/libparse/clk_trimtaip.c index f18aaa0..4453e2b 100644 --- a/contrib/ntp/libparse/clk_trimtaip.c +++ b/contrib/ntp/libparse/clk_trimtaip.c @@ -11,8 +11,6 @@ #endif #if defined(REFCLOCK) && defined(CLOCK_PARSE) && defined(CLOCK_TRIMTAIP) -#include <sys/types.h> -#include <sys/time.h> #include "ntp_fp.h" #include "ntp_unixtime.h" @@ -128,7 +126,7 @@ inp_trimtaip( { unsigned int rtc; - parseprintf(DD_PARSE, ("inp_trimtaip(0x%x, 0x%x, ...)\n", (int)parseio, (int)ch)); + parseprintf(DD_PARSE, ("inp_trimtaip(0x%lx, 0x%x, ...)\n", (long)parseio, ch)); switch (ch) { |