From 9dea8aeba1c4f733fc95d1dfd11cfc8d3092a654 Mon Sep 17 00:00:00 2001 From: stefanf Date: Sun, 4 Jul 2004 16:11:03 +0000 Subject: Consistently use __inline instead of __inline__ as the former is an empty macro in for compilers without support for inline. --- usr.bin/systat/convtbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/systat') diff --git a/usr.bin/systat/convtbl.c b/usr.bin/systat/convtbl.c index 833ab30..5643613 100644 --- a/usr.bin/systat/convtbl.c +++ b/usr.bin/systat/convtbl.c @@ -49,7 +49,7 @@ struct convtbl convtbl[] = { }; -static __inline__ +static __inline struct convtbl * get_tbl_ptr(const u_long size, const u_int scale) { -- cgit v1.1