From 42ab28a4a0d6e6492284501596be248a700705dd Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 12 Sep 2015 02:36:17 +0000 Subject: [PATCH] MFC r287468, turn on RAWDCF by default. git-svn-id: svn://svn.freebsd.org/base/stable/10@287700 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/ntp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 1aae31582..7a4a2d1f1 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -120,7 +120,7 @@ #define CLOCK_PST 1 /* DCF77 raw time code */ -/* #undef CLOCK_RAWDCF */ +#define CLOCK_RAWDCF 1 /* RCC 8000 clock */ /* #undef CLOCK_RCC8000 */ -- 2.45.0