$OpenBSD: patch-innobase_include_univ_i,v 1.8 2006/01/06 00:13:26 brad Exp $
--- innobase/include/univ.i.orig	Thu Sep 22 15:40:08 2005
+++ innobase/include/univ.i	Tue Sep 27 20:04:25 2005
@@ -127,12 +127,8 @@ by one. */
 #define UNIV_INLINE	__inline
 #else
 /* config.h contains the right def for 'inline' for the current compiler */
-#if (__GNUC__ == 2)
-#define UNIV_INLINE  extern inline
-#else
-/* extern inline doesn't work with gcc 3.0.2 */
+/* mysql people don't understand extern inline */
 #define UNIV_INLINE static inline
-#endif
 #endif
 
 #else
