diff --git a/usr.bin/systat/convtbl.c b/usr.bin/systat/convtbl.c index 7fbcf3bd7b06..01288f7c174c 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) {