|
@@ -26,7 +26,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
|
|
|
|
|
|
--- a/src/dnsmasq.h
|
|
|
+++ b/src/dnsmasq.h
|
|
|
-@@ -1247,7 +1247,7 @@ extern struct daemon {
|
|
|
+@@ -1248,7 +1248,7 @@ extern struct daemon {
|
|
|
int inotifyfd;
|
|
|
#endif
|
|
|
#if defined(HAVE_LINUX_NETWORK)
|
|
@@ -35,7 +35,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
|
|
|
#elif defined(HAVE_BSD_NETWORK)
|
|
|
int dhcp_raw_fd, dhcp_icmp_fd, routefd;
|
|
|
#endif
|
|
|
-@@ -1452,9 +1452,6 @@ int read_write(int fd, unsigned char *pa
|
|
|
+@@ -1453,9 +1453,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);
|