$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>
