pkgsrc/net/bind9/patches/patch-ag

16 lines
420 B
Text
Raw Normal View History

$NetBSD: patch-ag,v 1.5 2005/03/16 13:56:25 tron Exp $
--- lib/dns/rbt.c.orig 2004-03-08 21:06:27.000000000 +0000
+++ lib/dns/rbt.c 2005-03-16 13:45:23.000000000 +0000
@@ -165,6 +165,10 @@
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;