Commit bd9520b7 authored by Simon Kelley's avatar Simon Kelley

Remove redundant IN6_IS_ADDR_ULA(a) macro defn.

parent 3ad3f3bb
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
#include "dnsmasq.h" #include "dnsmasq.h"
#ifndef IN6_IS_ADDR_ULA
#define IN6_IS_ADDR_ULA(a) ((((__const uint32_t *) (a))[0] & htonl (0xfe00000)) == htonl (0xfc000000))
#endif
#ifdef HAVE_LINUX_NETWORK #ifdef HAVE_LINUX_NETWORK
int indextoname(int fd, int index, char *name) int indextoname(int fd, int index, char *name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment