summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libparse/clk_computime.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libparse/clk_computime.c')
-rw-r--r--contrib/ntp/libparse/clk_computime.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/ntp/libparse/clk_computime.c b/contrib/ntp/libparse/clk_computime.c
index 2b19392..3312b3f 100644
--- a/contrib/ntp/libparse/clk_computime.c
+++ b/contrib/ntp/libparse/clk_computime.c
@@ -23,10 +23,6 @@
*
*/
-
-#include <sys/types.h>
-#include <sys/time.h>
-
#include "ntp_fp.h"
#include "ntp_unixtime.h"
#include "ntp_calendar.h"
@@ -141,7 +137,7 @@ inp_computime(
{
unsigned int rtc;
- parseprintf(DD_PARSE, ("inp_computime(0x%x, 0x%x, ...)\n", (int)parseio, (int)ch));
+ parseprintf(DD_PARSE, ("inp_computime(0x%lx, 0x%x, ...)\n", (long)parseio, ch));
switch (ch)
{
OpenPOWER on IntegriCloud