From: Derrick Brashear Date: Mon, 16 Mar 2009 17:54:12 +0000 (+0000) Subject: irix-no-inline-20090316 X-Git-Tag: openafs-devel-1_5_61~454 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6862d4685510ca618c16ed9c150dcfc7e31d5299;p=packages%2Fo%2Fopenafs.git irix-no-inline-20090316 LICENSE IPL10 no inline on irix; deal like elsewhere --- diff --git a/src/bozo/fsbnodeops.c b/src/bozo/fsbnodeops.c index c05a10945..5b44ba023 100644 --- a/src/bozo/fsbnodeops.c +++ b/src/bozo/fsbnodeops.c @@ -160,7 +160,7 @@ struct bnode_ops dafsbnode_ops = { * dropping type information */ -inline struct bnode * fsbnode2bnode(struct fsbnode *abnode) { +static_inline struct bnode * fsbnode2bnode(struct fsbnode *abnode) { return (struct bnode *) abnode; }