$NetBSD: patch-e2fsck_jfs__user.h,v 1.2 2016/08/09 21:46:07 jdolecek Exp $

Force GNU inline semantic.

--- e2fsprogs-1.46.4/e2fsck/jfs_user.h.orig	2014-07-06 13:13:18.000000000 +0900
+++ e2fsprogs-1.46.4/e2fsck/jfs_user.h	2014-12-10 21:09:03.000000000 +0900
@@ -93,7 +93,7 @@ extern size_t journal_tag_bytes(journal_
 #define _INLINE_ inline
 #else /* not C99 */
 #ifdef __GNUC__
-#define _INLINE_ extern __inline__
+#define _INLINE_ extern __attribute__((__gnu_inline__)) __inline__
 #else				/* For Watcom C */
 #define _INLINE_ extern inline
 #endif /* __GNUC__ */