2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

remove 'inline' on dns_rbt_serialize_align

This commit is contained in:
Mark Andrews 2012-06-25 08:14:34 +10:00
parent 04aeac93e5
commit 171d2c23f1
2 changed files with 2 additions and 2 deletions

View 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.

View 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;