]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove 'inline' on dns_rbt_serialize_align
authorMark Andrews <marka@isc.org>
Sun, 24 Jun 2012 22:14:34 +0000 (08:14 +1000)
committerMark Andrews <marka@isc.org>
Sun, 24 Jun 2012 22:14:34 +0000 (08:14 +1000)
lib/dns/include/dns/rbt.h
lib/dns/rbt.c

index 95e9fbfcecf442283529725e3c23461154e88170..3ea3021aa72aec022e2eaac4c219690685c5bf18 100644 (file)
@@ -681,7 +681,7 @@ dns_rbt_destroy2(dns_rbt_t **rbtp, unsigned int quantum);
  * \li  ISC_R_QUOTA if 'quantum' nodes have been destroyed.
  */
 
-inline long
+long
 dns_rbt_serialize_align(long target);
 /*%<
  * Align the provided integer to a pointer-size boundary.
index 49f4b0d5019411eb81d1b3e61d3648d2ae015304..f3e0a09529ad695b6ad300810c543ac6e08e25b3 100644 (file)
@@ -546,7 +546,7 @@ serialize_nodes(FILE *file, dns_rbtnode_t *node, uintptr_t parent,
        return (result);
 }
 
-inline long
+long
 dns_rbt_serialize_align(long target) {
        long offset = target % 8;