From: Nathan Scott Date: Thu, 19 Apr 2001 02:29:42 +0000 (+0000) Subject: sync with kernel, change guarded by __KERNEL__, so no affect to userspace. X-Git-Tag: Release-1_0_0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4453b77d851af44ab8e0016aeb5d9ca862ade1b;p=thirdparty%2Fxfsprogs-dev.git sync with kernel, change guarded by __KERNEL__, so no affect to userspace. --- diff --git a/include/xfs_log.h b/include/xfs_log.h index 40eb01503..4737daefc 100644 --- a/include/xfs_log.h +++ b/include/xfs_log.h @@ -52,7 +52,7 @@ */ static #ifdef __GNUC__ -# if !((__GNUC__ == 2) && (__GNUC_MINOR__ >= 95)) +# if !((__GNUC__ == 2) && (__GNUC_MINOR__ == 95)) __inline__ #endif #endif