$OpenBSD: patch-innobase_include_univ_i,v 1.5 2004/07/18 11:38:23 espie Exp $
--- innobase/include/univ.i.orig	Fri May 14 02:53:25 2004
+++ innobase/include/univ.i	Sun Jul 18 09:30:25 2004
@@ -129,12 +129,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
