since this function appeared the compiler on HP-UX 11i started
segving. since it's not necessary, we simply remove it
Reviewed-on: http://gerrit.openafs.org/28
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Verified-by: Derrick Brashear <shadow@dementia.org>
* dropping type information
*/
-static_inline struct bnode * fsbnode2bnode(struct fsbnode *abnode) {
+#ifndef AFS_HPUX_ENV
+static_inline
+#endif
+struct bnode * fsbnode2bnode(struct fsbnode *abnode) {
return (struct bnode *) abnode;
}