<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1503474319420_2900"><span id="yui_3_16_0_ym19_1_1503474319420_2919">That would also fix the sizeof(off_t) mismatch in helper.c and tftp.c bug...</span></div><div id="yui_3_16_0_ym19_1_1503474319420_2900"><span><br></span></div><div id="yui_3_16_0_ym19_1_1503474319420_2900" dir="ltr"><span id="yui_3_16_0_ym19_1_1503474319420_2992"><a href="http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2017q3/011691.html" class="" id="yui_3_16_0_ym19_1_1503474319420_2991">http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2017q3/011691.html</a><br></span></div><div><br></div><div id="yui_3_16_0_ym19_1_1503474319420_3001"><br></div><div id="yui_3_16_0_ym19_1_1503474319420_2900" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1503474319420_2900" dir="ltr">-arne</div> <div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> Christian Hesse <list@eworm.de> schrieb am 21:20 Dienstag, 22.August 2017:<br></font></div>  <br><br> <div class="y_msg_container"><div dir="ltr">From: Christian Hesse <<a ymailto="mailto:mail@eworm.de" href="mailto:mail@eworm.de">mail@eworm.de</a>><br></div><div dir="ltr"><br></div><div dir="ltr">We define some constants in dnsmasq.h, which have an influence on<br></div><div dir="ltr">stdio.h. So do not include stdio.h before dnsmasq.h.<br></div><div dir="ltr"><br></div><div dir="ltr">Signed-off-by: Christian Hesse <<a ymailto="mailto:mail@eworm.de" href="mailto:mail@eworm.de">mail@eworm.de</a>><br></div><div dir="ltr">---<br></div><div dir="ltr"> src/helper.c | 1 -<br></div><div dir="ltr"> 1 file changed, 1 deletion(-)<br></div><div dir="ltr"><br></div><div dir="ltr">diff --git a/src/helper.c b/src/helper.c<br></div><div dir="ltr">index 635677e..281cb4a 100644<br></div><div dir="ltr">--- a/src/helper.c<br></div><div dir="ltr">+++ b/src/helper.c<br></div><div dir="ltr">@@ -14,7 +14,6 @@<br></div><div dir="ltr">    along with this program.  If not, see <<a href="http://www.gnu.org/licenses/" target="_blank">http://www.gnu.org/licenses/</a>>.<br></div><div dir="ltr"> */<br></div><div dir="ltr"> <br></div><div dir="ltr">-#include <stdio.h><br></div><div dir="ltr"> #include "dnsmasq.h"<br></div><div dir="ltr"> <br></div><div dir="ltr"> #ifdef HAVE_SCRIPT<br></div><br><br></div>  </div> </div>  </div></div></body></html>