<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/73ec6f78f8f90e05172e3b3cdcc2d0bda07b63f8">73ec6f78</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-02-13T09:46:55-05:00</i>
</div>
<pre class='commit-message'>Boolification.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
ntpd/ntp_io.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/73ec6f78f8f90e05172e3b3cdcc2d0bda07b63f8#diff-0'>
<strong>
ntpd/ntp_io.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/ntp_io.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/ntp_io.c
</span><span style="color: #aaaaaa">@@ -273,7 +273,7 @@ static    bool    addr_eqprefix   (const sockaddr_u *, const sockaddr_u *,
</span> static  bool      addr_samesubnet (const sockaddr_u *, const sockaddr_u *,
                                 const sockaddr_u *, const sockaddr_u *);
 static int     create_sockets  (u_short);
<span style="color: #000000;background-color: #ffdddd">-static  SOCKET  open_socket     (sockaddr_u *, int, int, endpt *);
</span><span style="color: #000000;background-color: #ddffdd">+static     SOCKET  open_socket     (sockaddr_u *, bool, bool, endpt *);
</span> static    char *  fdbits          (int, fd_set *);
 static void    set_reuseaddr   (bool);
 static bool    socket_broadcast_enable  (struct interface *, SOCKET, sockaddr_u *);
<span style="color: #aaaaaa">@@ -2872,8 +2872,8 @@ io_multicast_del(
</span> static SOCKET
 open_socket(
        sockaddr_u *    addr,
<span style="color: #000000;background-color: #ffdddd">-        int             bcast,
-       int             turn_off_reuse,
</span><span style="color: #000000;background-color: #ddffdd">+   bool            bcast,
+       bool            turn_off_reuse,
</span>   endpt *         interf
        )
 {
<span style="color: #aaaaaa">@@ -2883,8 +2883,8 @@ open_socket(
</span>    * int is OK for REUSEADR per
         * http://www.kohala.com/start/mcast.api.txt
         */
<span style="color: #000000;background-color: #ffdddd">-        int     on = 1;
-       int     off = 0;
</span><span style="color: #000000;background-color: #ddffdd">+   const int       on = 1;
+       const int       off = 0;
</span> 
        if (IS_IPV6(addr) && !ipv6_works)
                return INVALID_SOCKET;
</code></pre>

<br>
</li>

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

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