summaryrefslogtreecommitdiff
path: root/package/openntpd/patches/patch-ntpd_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:49 +0200
commit7907e3ee7302ac3fd428989a07b0df74f0c52853 (patch)
treee6de18488a687707667927065724372b40510d65 /package/openntpd/patches/patch-ntpd_h
parentb70fdbfbf1139605c22083b647337f2b16f62fc3 (diff)
parent61355d1f054c15673adeb62d32dfd4563f89c165 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openntpd/patches/patch-ntpd_h')
-rw-r--r--package/openntpd/patches/patch-ntpd_h12
1 files changed, 10 insertions, 2 deletions
diff --git a/package/openntpd/patches/patch-ntpd_h b/package/openntpd/patches/patch-ntpd_h
index 9189d6204..6cf64776c 100644
--- a/package/openntpd/patches/patch-ntpd_h
+++ b/package/openntpd/patches/patch-ntpd_h
@@ -28,8 +28,8 @@ $Id$
use settimeofday() instead of adjtime(), in order to provide
a faster time setting at start, since adjusting can take ages
---- openntpd-3.9p1.orig/ntpd.h Sun May 14 05:28:58 2006
-+++ openntpd-3.9p1/ntpd.h Mon Oct 8 12:17:58 2007
+--- openntpd-3.9p1.orig/ntpd.h 2006-05-14 07:29:21.000000000 +0200
++++ openntpd-3.9p1/ntpd.h 2010-07-02 14:13:10.357356688 +0200
@@ -55,8 +55,12 @@
#define QSCALE_OFF_MAX 0.50
@@ -45,3 +45,11 @@ $Id$
#define SETTIME_TIMEOUT 15 /* max seconds to wait with -s */
#define LOG_NEGLIGEE 128 /* negligible drift to not log (ms) */
+@@ -131,6 +135,7 @@ struct ntpd_conf {
+ u_int8_t listen_all;
+ u_int8_t settime;
+ u_int8_t debug;
++ u_int8_t ignore;
+ u_int32_t scale;
+ };
+