summaryrefslogtreecommitdiff
path: root/net/bind96/patches/patch-ag
blob: 88b65d1fb7d0b8b26040b81228f4d030a38663b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ag,v 1.3 2010/05/26 15:57:37 taca Exp $

--- lib/dns/rbt.c.orig	2009-10-20 05:06:04.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;