Hello!<br><br><div class="gmail_quote">On Thu, Sep 17, 2009 at 12:21 AM, Max Khon <span dir="ltr">&lt;<a href="mailto:fjoe@samodelkin.net">fjoe@samodelkin.net</a>&gt;</span> wrote:<br><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; +#if defined(__FreeBSD__)<br>
&gt; +     if ((res = ioctl(fd, DAHDI_LOADZONE, &amp;h))) {<br>
&gt; +#else<br>
&gt;       if ((res = ioctl(fd, DAHDI_LOADZONE, h))) {<br>
&gt; +#endif<br>
&gt;               fprintf(stderr, &quot;ioctl(DAHDI_LOADZONE) failed: %s\n&quot;, strerror(errno));<br>
&gt;               return res;<br>
&gt;       }<br>
<br>
This is not acceptable; the DAHDI_LOADZONE API must be the same between<br>
all supported DAHDI platforms. If FreeBSD cannot support an ioctl that<br>
has a bare &#39;int&#39; argument, then there must be a new version of<br>
DAHDI_LOADZONE added for FreeBSD *and* Linux that accepts an &#39;int *&#39;,<br>
and the old version of DAHDI_LOADZONE must be supported on Linux via the<br>
compatibility mechanism we already use.</blockquote><div><br></div></div><div>Attached patches should fix it.</div></div></blockquote><br></div>I&#39;ve been told that I should always submit patches through Mantis.<br>Patches to fix this issue added here: <a href="https://issues.asterisk.org/view.php?id=15877" target="_blank">https://issues.asterisk.org/view.php?id=15877</a><br>
</div></blockquote><div><br>Can someone take a look at DAHDI_LOADZONE patches please?<br><br>Max <br></div></div><br>