From 245304dd0d4599ad7ef8bbf46291dedb30eb9178 Mon Sep 17 00:00:00 2001 From: glebius Date: Mon, 2 Nov 2015 10:39:26 +0000 Subject: [PATCH] Restore RAWDCF support, that was lost during 4.2.8p4 upgrade. PR: 204203 git-svn-id: svn://svn.freebsd.org/base/stable/9@290269 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 329b26d1e..ef4717ff2 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