svn commit: r256009 - in head/usr.sbin/ntp: . libparse

Ollivier Robert roberto at FreeBSD.org
Wed Oct 2 21:47:26 UTC 2013


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.Pulz at 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}/../
 


More information about the svn-src-head mailing list