$OpenBSD: patch-src_dnsmasq_c,v 1.5 2018/03/29 19:42:51 ajacoutot Exp $

Fails. Currently disabled pending investigation.

Index: src/dnsmasq.c
--- src/dnsmasq.c.orig
+++ src/dnsmasq.c
@@ -149,7 +149,7 @@ int main (int argc, char **argv)
       open("/dev/null", O_RDWR); 
 
 #ifndef HAVE_LINUX_NETWORK
-#  if !(defined(IP_RECVDSTADDR) && defined(IP_RECVIF) && defined(IP_SENDSRCADDR))
+#  if defined(__OpenBSD__) || !(defined(IP_RECVDSTADDR) && defined(IP_RECVIF) && defined(IP_SENDSRCADDR))
   if (!option_bool(OPT_NOWILD))
     {
       bind_fallback = 1;
