<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>Hal Murray pushed to branch master at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/ea4ebf8ea3b5b3ff826643cfbd035bd485bc07c7">ea4ebf8e</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2015-11-21T20:15:39Z</i>
</div>
<pre class='commit-message'>Fix ntpq arg count, another bool.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
ntpq/ntpq.c
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
ntpq/ntpq.h
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/ea4ebf8ea3b5b3ff826643cfbd035bd485bc07c7#diff-0'>
<strong>
ntpq/ntpq.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpq/ntpq.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpq/ntpq.c
</span><span style="color: #aaaaaa">@@ -47,7 +47,7 @@ const char *prompt = "ntpq> "; /* prompt to ask him about */
</span> * libntpq clients such as ntpsnmpd, which are free to reset it as
* desired.
*/
<span style="color: #000000;background-color: #ffdddd">-int old_rv = 1;
</span><span style="color: #000000;background-color: #ddffdd">+bool old_rv = true;
</span>
/*
<span style="color: #aaaaaa">@@ -411,10 +411,10 @@ static const struct option longoptions[] = {
</span> { "command", 1, 0, 'c' },
{ "debug", 0, 0, 'd' },
{ "set-debug-level", 1, 0, 'D' },
<span style="color: #000000;background-color: #ffdddd">- { "interactive", 1, 0, 'i' },
- { "numeric", 1, 0, 'n' },
- { "old-rv", 1, 0, 'O' },
- { "peers", 1, 0, 'p' },
</span><span style="color: #000000;background-color: #ddffdd">+ { "interactive", 0, 0, 'i' },
+ { "numeric", 0, 0, 'n' },
+ { "old-rv", 0, 0, 'O' },
+ { "peers", 0, 0, 'p' },
</span> { "version", 0, 0, 'V' },
{ "wide", 0, 0, 'w' },
{ NULL, 0, 0, '\0'},
</code></pre>
<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/ea4ebf8ea3b5b3ff826643cfbd035bd485bc07c7#diff-1'>
<strong>
ntpq/ntpq.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpq/ntpq.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpq/ntpq.h
</span><span style="color: #aaaaaa">@@ -125,7 +125,7 @@ struct chost_tag {
</span> extern chost chosts[];
extern int interactive; /* are we prompting? */
<span style="color: #000000;background-color: #ffdddd">-extern int old_rv; /* use old rv behavior? --old-rv */
</span><span style="color: #000000;background-color: #ddffdd">+extern bool old_rv; /* use old rv behavior? --old-rv */
</span> extern u_int assoc_cache_slots;/* count of allocated array entries */
extern u_int numassoc; /* number of cached associations */
extern u_int numhosts;
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/ea4ebf8ea3b5b3ff826643cfbd035bd485bc07c7">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/ea4ebf8ea3b5b3ff826643cfbd035bd485bc07c7"}}</script>
</p>
</div>
</body>
</html>