pkgsrc/net/bind95/patches/patch-ag
adrianp 36baba5def BIND 9.5.0
BIND 9.5.0 has a number of new features over 9.4, including:

- GSS-TSIG support (RFC 3645).
- DHCID support.
- Experimental http server and statistics support for named via xml.
- More detailed statistics counters including those supported in BIND 8.
- Faster ACL processing.
- Internal documentation generated by Doxygen.
- Efficient LRU cache-cleaning mechanism.
- NSID support (RFC 5001).
2008-06-21 23:15:28 +00:00

15 lines
427 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2008/06/21 23:15:28 adrianp 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;