summaryrefslogtreecommitdiff
path: root/net/bind97/patches/patch-ad
blob: a4ddd383a8cad7c7f084eac4b96d8a8841b55313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $

--- lib/dns/rbt.c.orig	2009-10-27 04:46:58.000000000 +0000
+++ lib/dns/rbt.c
@@ -177,6 +177,10 @@ Name(dns_rbtnode_t *node) {
 static void dns_rbt_printnodename(dns_rbtnode_t *node);
 #endif
 
+#if !defined(inline) && defined(__powerpc__)
+#define	inline	/**/
+#endif
+
 static inline dns_rbtnode_t *
 find_up(dns_rbtnode_t *node) {
 	dns_rbtnode_t *root;