<h1>Project "FreeSWITCH Source" received a push.</h1>

<h2>branch: master updated</h2>
<pre>
       via: 1bfd6644ea8391a318fed5eefa040bb1d057b459 (commit)
      from: f8d326de2037046316f506435ba685f263cb7a15 (commit)


</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments: 
disable clock_nanosleep by default

<span style="color: #000080; font-weight: bold">diff --git a/src/switch_time.c b/src/switch_time.c</span>
<span style="color: #000080; font-weight: bold">index dc428f1..2c1bfc1 100644</span>
<span style="color: #A00000">--- a/src/switch_time.c</span>
<span style="color: #00A000">+++ b/src/switch_time.c</span>
<span style="color: #800080; font-weight: bold">@@ -58,12 +58,7 @@ static int MONO = 1;</span>
 static int MONO = 0;
 #endif
 
<span style="color: #A00000">-#if defined(HAVE_CLOCK_NANOSLEEP)</span>
<span style="color: #A00000">-static int NANO = 1;</span>
<span style="color: #A00000">-#else</span>
 static int NANO = 0;
<span style="color: #A00000">-#endif</span>
<span style="color: #A00000">-</span>
 
 static int OFFSET = 0;
 
</pre></div>
========================================================================<pre>

Summary of changes:
 src/switch_time.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>