From a4453b77d851af44ab8e0016aeb5d9ca862ade1b Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 19 Apr 2001 02:29:42 +0000 Subject: [PATCH] sync with kernel, change guarded by __KERNEL__, so no affect to userspace. --- include/xfs_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2