You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
369 B
14 lines
369 B
Index: src/dnscache.c |
|
--- src/dnscache.c.orig 2006-11-28 15:40:13 +0100 |
|
+++ src/dnscache.c 2006-12-23 11:14:36 +0100 |
|
@@ -33,6 +33,10 @@ |
|
#include <errno.h> |
|
#include <string.h> |
|
|
|
+#if defined(__FreeBSD__) && !defined(s6_addr32) |
|
+#define s6_addr32 __u6_addr.__u6_addr32 |
|
+#endif |
|
+ |
|
typedef struct _DNSCacheEntry DNSCacheEntry; |
|
typedef struct _DNSCacheKey DNSCacheKey; |
|
|
|
|