summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-aa
blob: 1edac2fdc332a595502ecc931e6540cc41232d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.3 2006/12/21 16:13:54 jmmv Exp $

--- ircd/res.c.orig	2004-01-11 01:23:32.000000000 +0100
+++ ircd/res.c
@@ -43,6 +43,9 @@
 #include <unistd.h>
 #include <regex.h>
 
+/* bind 8 compatibility needed because of T_PTR and other macros.  Seen
+ * under Mac OS X 10.4. */
+#define BIND_8_COMPAT
 #include <arpa/nameser.h>
 #include <resolv.h>
 #include <netdb.h>