$OpenBSD: patch-innobase_include_univ_i,v 1.6 2005/03/23 03:47:20 brad Exp $
--- innobase/include/univ.i.orig	Fri Mar  4 19:38:15 2005
+++ innobase/include/univ.i	Tue Mar 15 09:38:55 2005
@@ -131,12 +131,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
