]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dnsmasq/0014-Remove-redundant-IN6_IS_ADDR_ULA-a-macro-defn.patch
Merge remote-tracking branch 'stevee/core-90-geoip' into next
[ipfire-2.x.git] / src / patches / dnsmasq / 0014-Remove-redundant-IN6_IS_ADDR_ULA-a-macro-defn.patch
1 From bd9520b7ade7098ee423acc38965376aa57feb07 Mon Sep 17 00:00:00 2001
2 From: Simon Kelley <simon@thekelleys.org.uk>
3 Date: Tue, 16 Dec 2014 20:41:29 +0000
4 Subject: [PATCH 14/78] Remove redundant IN6_IS_ADDR_ULA(a) macro defn.
5
6 ---
7 src/network.c | 4 ----
8 1 file changed, 4 deletions(-)
9
10 diff --git a/src/network.c b/src/network.c
11 index 5067007c5cbc..99419f57951e 100644
12 --- a/src/network.c
13 +++ b/src/network.c
14 @@ -16,10 +16,6 @@
15
16 #include "dnsmasq.h"
17
18 -#ifndef IN6_IS_ADDR_ULA
19 -#define IN6_IS_ADDR_ULA(a) ((((__const uint32_t *) (a))[0] & htonl (0xfe00000)) == htonl (0xfc000000))
20 -#endif
21 -
22 #ifdef HAVE_LINUX_NETWORK
23
24 int indextoname(int fd, int index, char *name)
25 --
26 2.1.0
27