From 8cb3d8b81705f6463338c64cc79dc1271df692c7 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 12 Sep 2015 02:36:17 +0000 Subject: MFC r287468, turn on RAWDCF by default. --- usr.sbin/ntp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ntp') diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 1aae315..7a4a2d1 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 */ -- cgit v1.1