There is no reason to use __inline here because we are rather far

from a path critical to performance.
This commit is contained in:
yar 2006-11-26 20:14:47 +00:00
parent c8d29e02f4
commit 24bbe4e184

View File

@ -49,7 +49,7 @@ struct convtbl convtbl[] = {
};
static __inline
static
struct convtbl *
get_tbl_ptr(const u_long size, const u_int scale)
{