Blame SOURCES/ntp-4.2.4p7-getprecision.patch

2b78f7
diff -up ntp-4.2.4p7/ntpd/ntp_proto.c.getprecision ntp-4.2.4p7/ntpd/ntp_proto.c
2b78f7
--- ntp-4.2.4p7/ntpd/ntp_proto.c.getprecision	2009-09-29 14:16:22.000000000 +0200
2b78f7
+++ ntp-4.2.4p7/ntpd/ntp_proto.c	2009-09-29 14:18:13.000000000 +0200
2b78f7
@@ -3099,7 +3099,7 @@ peer_unfit(
2b78f7
 /*
2b78f7
  * Find the precision of this particular machine
2b78f7
  */
2b78f7
-#define MINSTEP 100e-9		/* minimum clock increment (s) */
2b78f7
+#define MINSTEP 10e-9		/* minimum clock increment (s) */
2b78f7
 #define MAXSTEP 20e-3		/* maximum clock increment (s) */
2b78f7
 #define MINLOOPS 5		/* minimum number of step samples */
2b78f7