summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ircu/patches/patch-aa')
-rw-r--r--chat/ircu/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/chat/ircu/patches/patch-aa b/chat/ircu/patches/patch-aa
deleted file mode 100644
index 1edac2fdc33..00000000000
--- a/chat/ircu/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$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>