]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
refclock_oncore.c cleanup from Reg Clemens
authorHarlan Stenn <stenn@ntp.org>
Thu, 8 Apr 2004 00:45:38 +0000 (20:45 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 8 Apr 2004 00:45:38 +0000 (20:45 -0400)
bk: 4074a0b2biO326p8vq8DUAlQxZ8o0w

ntpd/refclock_oncore.c

index 54565404c5e2e256aa360a9a8e68721e9f885e3c..f50e1eabe2395241b328c59e8564e334a9c5232a 100644 (file)
 # include <sys/termios.h>
 #endif
 
-#ifdef HAVE_SYS_PPSCLOCK_H
-# include <sys/ppsclock.h>
-#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,