aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2021-06-26 20:31:29 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2021-06-26 20:31:29 +0100
commit76cc8a036ccb2355e301740ac2f51ac39894cd09 (patch)
treefdd2a56b1c81e5f2c698d2f4f6944d2584a7d975 /package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch
parent2a9d7ecd278a8a5ef8bcc63ead65a9cbccd37621 (diff)
downloadupstream-76cc8a036ccb2355e301740ac2f51ac39894cd09.tar.gz
upstream-76cc8a036ccb2355e301740ac2f51ac39894cd09.tar.bz2
upstream-76cc8a036ccb2355e301740ac2f51ac39894cd09.zip
Revert "dnsmasq: Update to version 2.86test3"
This reverts commit 3628870015ef46eacf2c936f36e3c1ed3b4c9855. dnsmasq v2.86test3 has some issues with ubus, so is being reverted. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch')
-rw-r--r--package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch b/package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch
index 5670808afc..b601bce1a9 100644
--- a/package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch
+++ b/package/network/services/dnsmasq/patches/100-remove-old-runtime-kernel-support.patch
@@ -26,7 +26,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
-@@ -1185,7 +1185,7 @@ extern struct daemon {
+@@ -1144,7 +1144,7 @@ extern struct daemon {
int inotifyfd;
#endif
#if defined(HAVE_LINUX_NETWORK)
@@ -35,7 +35,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
#elif defined(HAVE_BSD_NETWORK)
int dhcp_raw_fd, dhcp_icmp_fd, routefd;
#endif
-@@ -1368,9 +1368,6 @@ int read_write(int fd, unsigned char *pa
+@@ -1326,9 +1326,6 @@ int read_write(int fd, unsigned char *pa
void close_fds(long max_fd, int spare1, int spare2, int spare3);
int wildcard_match(const char* wildcard, const char* match);
int wildcard_matchn(const char* wildcard, const char* match, int num);