From: Harlan Stenn Date: Thu, 8 Apr 2004 00:45:38 +0000 (-0400) Subject: refclock_oncore.c cleanup from Reg Clemens X-Git-Tag: NTP_4_2_3~170^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=788bd6fe807e14993900bf0e6d474ed5123eccc2;p=thirdparty%2Fntp.git refclock_oncore.c cleanup from Reg Clemens bk: 4074a0b2biO326p8vq8DUAlQxZ8o0w --- diff --git a/ntpd/refclock_oncore.c b/ntpd/refclock_oncore.c index 54565404c..f50e1eabe 100644 --- a/ntpd/refclock_oncore.c +++ b/ntpd/refclock_oncore.c @@ -148,17 +148,6 @@ # include #endif -#ifdef HAVE_SYS_PPSCLOCK_H -# include -#endif - -#ifndef HAVE_STRUCT_PPSCLOCKEV -struct ppsclockev { - struct timeval tv; - u_int serial; -}; -#endif /* HAVE_STRUCT_PPSCLOCKEV */ - enum receive_state { ONCORE_NO_IDEA, ONCORE_CHECK_ID,