From: Harlan Stenn Date: Fri, 6 Aug 1999 23:47:51 +0000 (-0000) Subject: ntp_refclock.c: X-Git-Tag: PRE_ATT_Y2K~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf85d85d036de9d82ddfbd5c319436981814091;p=thirdparty%2Fntp.git ntp_refclock.c: Removed spurious CLKLDISC #define. (Dave Mills?) bk: 37ab7427eOT68H8XbBrCTTB9MdimMg --- diff --git a/ntpd/ntp_refclock.c b/ntpd/ntp_refclock.c index 7feec6aa6..35f2ab33d 100644 --- a/ntpd/ntp_refclock.c +++ b/ntpd/ntp_refclock.c @@ -70,9 +70,6 @@ * streams module described in the ppsclock directory. */ #define MAXUNIT 4 /* max units */ -#ifndef CLKLDISC -#define CLKLDISC 10 /* XXX temp tty_clk line discipline */ -#endif #if defined(PPS) || defined(HAVE_PPSAPI) int fdpps; /* pps file descriptor */