Just wanted to drop a patch on <subject> if it hasnt been fixed yet.

Cheers

--- mysql-3.23.52/include/global.h-orig Wed Aug 14 00:08:16 2002
+++ mysql-3.23.52/include/global.h      Thu Oct  3 09:22:49 2002
@@ -201,8 +201,11 @@
 #include <alloca.h>
 #endif
 #ifdef HAVE_ATOMIC_ADD
+#include <linux/config.h>
 #define __SMP__
+#ifndef CONFIG_SMP
 #define CONFIG_SMP
+#endif
 #include <asm/atomic.h>
 #endif
 
--- mysql-3.23.52/include/my_global.h-orig      Thu Oct  3 09:23:08 2002
+++ mysql-3.23.52/include/my_global.h   Thu Oct  3 09:23:32 2002
@@ -201,8 +201,11 @@
 #include <alloca.h>
 #endif
 #ifdef HAVE_ATOMIC_ADD
+#include <linux/config.h>
 #define __SMP__
+#ifndef CONFIG_SMP
 #define CONFIG_SMP
+#endif
 #include <asm/atomic.h>
 #endif


--
Jerry Lundström | System Developer/Administrator | Tiscali AB
Ringvägen 100 C | S - 104 60 Stockholm | P: +46-8-691 47 00 
mailto:[EMAIL PROTECTED] | www.tiscali.se 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to