Author: roberto Date: Wed Oct 2 21:47:25 2013 New Revision: 256009 URL: http://svnweb.freebsd.org/changeset/base/256009
Log: Meinberg clocks support was inadvertently removed during the last vendor import. Add it back. PR: bin/182545 Submitted by: Joerg Pulz <joerg.p...@frm2.tum.de> Approved by: re (delphij) MFC after: 1 week Modified: head/usr.sbin/ntp/config.h head/usr.sbin/ntp/libparse/Makefile Modified: head/usr.sbin/ntp/config.h ============================================================================== --- head/usr.sbin/ntp/config.h Wed Oct 2 20:44:36 2013 (r256008) +++ head/usr.sbin/ntp/config.h Wed Oct 2 21:47:25 2013 (r256009) @@ -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: head/usr.sbin/ntp/libparse/Makefile ============================================================================== --- head/usr.sbin/ntp/libparse/Makefile Wed Oct 2 20:44:36 2013 (r256008) +++ head/usr.sbin/ntp/libparse/Makefile Wed Oct 2 21:47:25 2013 (r256009) @@ -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}/../ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"