Author: roberto
Date: Fri Oct 11 18:19:08 2013
New Revision: 256324
URL: http://svnweb.freebsd.org/changeset/base/256324
Log:
MFC r256009:
Meinberg clocks support was inadvertently removed during the last vendor
import. Add it back.
Modified:
stable/9/usr.sbin/ntp/config.h
stable/9/usr.sbin/ntp/libparse/Makefile
Directory Properties:
stable/9/usr.sbin/ntp/ (props changed)
Modified: stable/9/usr.sbin/ntp/config.h
==============================================================================
--- stable/9/usr.sbin/ntp/config.h Fri Oct 11 18:14:49 2013
(r256323)
+++ stable/9/usr.sbin/ntp/config.h Fri Oct 11 18:19:08 2013
(r256324)
@@ -84,7 +84,7 @@
#define CLOCK_LOCAL 1
/* Meinberg clocks */
-/* #undef CLOCK_MEINBERG */
+#define CLOCK_MEINBERG 1
/* Magnavox MX4200 GPS receiver */
/* #undef CLOCK_MX4200 */
Modified: stable/9/usr.sbin/ntp/libparse/Makefile
==============================================================================
--- stable/9/usr.sbin/ntp/libparse/Makefile Fri Oct 11 18:14:49 2013
(r256323)
+++ stable/9/usr.sbin/ntp/libparse/Makefile Fri Oct 11 18:19:08 2013
(r256324)
@@ -9,7 +9,7 @@ SRCS= clk_computime.c clk_dcf7000.c clk_
clk_rawdcf.c clk_rcc8000.c clk_schmid.c clk_trimtaip.c \
clk_trimtsip.c clk_varitext.c clk_wharton.c data_mbg.c \
info_trimble.c parse.c parse_conf.c trim_info.c \
- binio.c gpstolfp.c
+ binio.c gpstolfp.c ieee754io.c mfp_mul.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"