mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
remove 'inline' on dns_rbt_serialize_align
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user