X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fdnsmasq%2Fpatches%2F230-fix-poll-h-include-warning-on-musl.patch;fp=package%2Fnetwork%2Fservices%2Fdnsmasq%2Fpatches%2F230-fix-poll-h-include-warning-on-musl.patch;h=19300f7d66b80c832f3bf30a2a4d189082c3adfd;hb=eaaa479c9bb30407bd1a56861b569f031a0f5659;hp=0000000000000000000000000000000000000000;hpb=b763ba211deeab857ef7c2e5275e92c15dd5e249;p=openwrt-14.07%2F.git diff --git a/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch b/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch new file mode 100644 index 0000000..19300f7 --- /dev/null +++ b/package/network/services/dnsmasq/patches/230-fix-poll-h-include-warning-on-musl.patch @@ -0,0 +1,18 @@ +dnsmasq: fix warning with poll.h include on musl + +Warning is: + #warning redirecting incorrect #include to + +Signed-off-by: Kevin Darbyshire-Bryant + +--- a/src/dnsmasq.h ++++ b/src/dnsmasq.h +@@ -82,7 +82,7 @@ typedef unsigned long long u64; + #if defined(HAVE_SOLARIS_NETWORK) + # include + #endif +-#include ++#include + #include + #include + #include