4fa2df93ca
builtin script. - Don't set "pidfile" in "named9.sh" because it breaks change rooted configurations. - Disable inlining in "lib/dns/rbt.c" on PowerPC systems because certain GCC version create broken code for that file. Bump package revision because of the above changes.
15 lines
420 B
Text
15 lines
420 B
Text
$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;
|