<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<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/f10ccc08b39c7047d2f275b85f1b1b9335ba7aec">f10ccc08</a></strong>
<div>
<span>by Mike Small</span>
<i>at 2016-03-23T03:34:54-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Tell scanner about leapsmearinterval and correct macro.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
ntpd/keyword-gen.c
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
ntpd/ntp_parser.y
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/f10ccc08b39c7047d2f275b85f1b1b9335ba7aec#diff-0">
<strong>
ntpd/keyword-gen.c
</strong>
</a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; border: none; border-collapse: separate; color: #333; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; margin: 0px; padding: 0px; width: 100%" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match">
<td class="diff-line-num js-unfold old_line unfold" data-linenumber="39" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="diff-line-num js-unfold new_line unfold" data-linenumber="39" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="line_content match" style="background: #fafafa; border: none; color: rgba(0,0,0,0.3); display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fafafa">@@ -39,6 +39,7 @@ struct key_tok ntp_keywords[] = {</td>

</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
39
</td>
<td class="new_line diff-line-num" data-linenumber="39" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
39
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"io"</span><span class="p">,</span>                       <span class="n" style="color: #333">T_Io</span><span class="p">,</span>                   <span class="n" style="color: #333">FOLLBY_TOKEN</span> <span class="p">},</span></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
40
</td>
<td class="new_line diff-line-num" data-linenumber="40" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
40
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"includefile"</span><span class="p">,</span>      <span class="n" style="color: #333">T_Includefile</span><span class="p">,</span>          <span class="n" style="color: #333">FOLLBY_STRING</span> <span class="p">},</span></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
41
</td>
<td class="new_line diff-line-num" data-linenumber="41" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
41
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"leapfile"</span><span class="p">,</span>         <span class="n" style="color: #333">T_Leapfile</span><span class="p">,</span>             <span class="n" style="color: #333">FOLLBY_STRING</span> <span class="p">},</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="42" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
42
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"leapsmearinterval"</span><span class="p">,</span>      <span class="n" style="color: #333">T_Leapsmearinterval</span><span class="p">,</span>    <span class="n" style="color: #333">FOLLBY_TOKEN</span> <span class="p">},</span></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
42
</td>
<td class="new_line diff-line-num" data-linenumber="43" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
43
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"logconfig"</span><span class="p">,</span>                <span class="n" style="color: #333">T_Logconfig</span><span class="p">,</span>            <span class="n" style="color: #333">FOLLBY_STRINGS_TO_EOC</span> <span class="p">},</span></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
43
</td>
<td class="new_line diff-line-num" data-linenumber="44" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
44
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"logfile"</span><span class="p">,</span>          <span class="n" style="color: #333">T_Logfile</span><span class="p">,</span>              <span class="n" style="color: #333">FOLLBY_STRING</span> <span class="p">},</span></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
44
</td>
<td class="new_line diff-line-num" data-linenumber="45" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
45
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"><span class="p">{</span> <span class="s" style="color: #d14">"manycastclient"</span><span class="p">,</span>   <span class="n" style="color: #333">T_Manycastclient</span><span class="p">,</span>       <span class="n" style="color: #333">FOLLBY_STRING</span> <span class="p">},</span></span>
</td>
</tr>

</table>
<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/f10ccc08b39c7047d2f275b85f1b1b9335ba7aec#diff-1">
<strong>
ntpd/ntp_parser.y
</strong>
</a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; border: none; border-collapse: separate; color: #333; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; margin: 0px; padding: 0px; width: 100%" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match">
<td class="diff-line-num js-unfold old_line unfold" data-linenumber="1225" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="diff-line-num js-unfold new_line unfold" data-linenumber="1225" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="line_content match" style="background: #fafafa; border: none; color: rgba(0,0,0,0.3); display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fafafa">@@ -1225,7 +1225,7 @@ misc_cmd_int_keyword</td>

</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1225
</td>
<td class="new_line diff-line-num" data-linenumber="1225" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1225
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">misc_cmd_int_keyword</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1226
</td>
<td class="new_line diff-line-num" data-linenumber="1226" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1226
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">     :       T_Leapsmearinterval</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1227
</td>
<td class="new_line diff-line-num" data-linenumber="1227" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1227
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">             {</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
1228
</td>
<td class="diff-line-num new_line old" data-linenumber="1228" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">#ifndef LEAP_SMEAR</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="1228" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
1228
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">#ifndef <span class="idiff left right" style="background: #a6f3a6">ENABLE_</span>LEAP_SMEAR</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1229
</td>
<td class="new_line diff-line-num" data-linenumber="1229" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1229
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">                     yyerror("Built without LEAP_SMEAR support.");</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1230
</td>
<td class="new_line diff-line-num" data-linenumber="1230" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1230
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">#endif</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1231
</td>
<td class="new_line diff-line-num" data-linenumber="1231" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
1231
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">             }</span>
</td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/f10ccc08b39c7047d2f275b85f1b1b9335ba7aec">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.

</p>
</div>
</body>
</html>