svn commit: r290269 - stable/9/usr.sbin/ntp

Gleb Smirnoff glebius at FreeBSD.org
Mon Nov 2 10:39:27 UTC 2015


Author: glebius
Date: Mon Nov  2 10:39:26 2015
New Revision: 290269
URL: https://svnweb.freebsd.org/changeset/base/290269

Log:
  Restore RAWDCF support, that was lost during 4.2.8p4 upgrade.
  
  PR:		204203

Modified:
  stable/9/usr.sbin/ntp/config.h

Modified: stable/9/usr.sbin/ntp/config.h
==============================================================================
--- stable/9/usr.sbin/ntp/config.h	Mon Nov  2 10:09:09 2015	(r290268)
+++ stable/9/usr.sbin/ntp/config.h	Mon Nov  2 10:39:26 2015	(r290269)
@@ -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 */


More information about the svn-src-all mailing list