summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-11-26 20:14:47 +0000
committeryar <yar@FreeBSD.org>2006-11-26 20:14:47 +0000
commit24bbe4e184b11ffef7331fec4d4856ae47bf78e2 (patch)
tree66c17a5a3176e5387310adc2a4f59139882bc89a /usr.bin
parentc8d29e02f49b2300c206bf46540e4a23dd867ade (diff)
downloadFreeBSD-src-24bbe4e184b11ffef7331fec4d4856ae47bf78e2.zip
FreeBSD-src-24bbe4e184b11ffef7331fec4d4856ae47bf78e2.tar.gz
There is no reason to use __inline here because we are rather far
from a path critical to performance.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/convtbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/convtbl.c b/usr.bin/systat/convtbl.c
index 7fbcf3b..01288f7 100644
--- a/usr.bin/systat/convtbl.c
+++ b/usr.bin/systat/convtbl.c
@@ -49,7 +49,7 @@ struct convtbl convtbl[] = {
};
-static __inline
+static
struct convtbl *
get_tbl_ptr(const u_long size, const u_int scale)
{
OpenPOWER on IntegriCloud