diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-01 18:44:44 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-08-01 18:44:44 -0700 |
commit | f0f305f0de0d443a1d79f763144bf7dca4e10ddd (patch) | |
tree | 3143d2b2fe6c031fc70b10306a6983f5f5104f05 /net/ntpclient/patches/100-daemon.patch | |
parent | df9f020b82f3900a4e68f19f79f96445b7c90e2a (diff) |
ntpclient: Update to 2015_365
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/ntpclient/patches/100-daemon.patch')
-rw-r--r-- | net/ntpclient/patches/100-daemon.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntpclient/patches/100-daemon.patch b/net/ntpclient/patches/100-daemon.patch index aa35f9630..15135f0f2 100644 --- a/net/ntpclient/patches/100-daemon.patch +++ b/net/ntpclient/patches/100-daemon.patch @@ -1,6 +1,6 @@ --- a/ntpclient.c +++ b/ntpclient.c -@@ -611,7 +611,7 @@ int main(int argc, char *argv[]) { +@@ -608,7 +608,7 @@ int main(int argc, char *argv[]) { ntpc.cross_check=1; for (;;) { @@ -9,8 +9,8 @@ if (c == EOF) break; switch (c) { case 'c': -@@ -660,6 +660,10 @@ int main(int argc, char *argv[]) { - (ntpc.cross_check)=0; +@@ -657,6 +657,10 @@ int main(int argc, char *argv[]) { + ntpc.cross_check = 0; break; + case 'D': |