aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-07-04 16:11:03 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-07-04 16:11:03 +0000
commit5908d366fb365362004d549066a6225f0c46d3e6 (patch)
tree0e3fe3a61275cb24fb693e8710ebc6420adf5306 /usr.bin/systat
parent1877e5a42f58324dc404b071a6e1b456a8fc9f53 (diff)
downloadsrc-5908d366fb365362004d549066a6225f0c46d3e6.tar.gz
src-5908d366fb365362004d549066a6225f0c46d3e6.zip
Consistently use __inline instead of __inline__ as the former is an empty macro
in <sys/cdefs.h> for compilers without support for inline.
Notes
Notes: svn path=/head/; revision=131575
Diffstat (limited to 'usr.bin/systat')
-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 833ab309fdea..56436132fbe4 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)
{