<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>Eric S. Raymond 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/1d022f59ef9dd76450af234189366952ef564897">1d022f59</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2015-11-23T09:59:46Z</i>
</div>
<pre class='commit-message'>More OS X wraning fixes (mostly generivc to non-PLL systems).</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
ntpd/ntp_loopfilter.c
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
tests/libntp/tstotv.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/1d022f59ef9dd76450af234189366952ef564897#diff-0'>
<strong>
ntpd/ntp_loopfilter.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/ntp_loopfilter.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/ntp_loopfilter.c
</span><span style="color: #aaaaaa">@@ -1064,12 +1064,12 @@ set_freq(
</span>   )
 {
        const char *    loop_desc;
<span style="color: #000000;background-color: #ffdddd">-        int ntp_adj_ret;
</span> 
        drift_comp = freq;
        loop_desc = "ntpd";
 #ifdef HAVE_KERNEL_PLL
        if (pll_control) {
<span style="color: #000000;background-color: #ddffdd">+                int ntp_adj_ret;
</span>           ZERO(ntv);
                ntv.modes = MOD_FREQUENCY;
                if (kern_enable) {
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/1d022f59ef9dd76450af234189366952ef564897#diff-1'>
<strong>
tests/libntp/tstotv.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/tests/libntp/tstotv.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/tests/libntp/tstotv.c
</span><span style="color: #aaaaaa">@@ -19,9 +19,9 @@ static bool IsEqual(const struct timeval *expected, const struct timeval *actual
</span>           // Success
                return true;
        } else {
<span style="color: #000000;background-color: #ffdddd">-                /* long cast iscrequired on Darwin */
</span><span style="color: #000000;background-color: #ddffdd">+           /* long cast is required on Darwin */
</span>           printf("Expected: %ld.%ld but was %ld.%ld\n",
<span style="color: #000000;background-color: #ffdddd">-                       expected->tv_sec, expected->tv_usec,
</span><span style="color: #000000;background-color: #ddffdd">+                  expected->tv_sec, (long)expected->tv_usec,
</span>                  actual->tv_sec, (long)actual->tv_usec);
                return false;
        }
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/1d022f59ef9dd76450af234189366952ef564897">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/1d022f59ef9dd76450af234189366952ef564897"}}</script>
</p>
</div>
</body>
</html>