a1ede3ac06
Mon Dec 16 2002 Joe Orton <jorton@redhat.com> 3.23.54a-4 - upgrade to 3.23.54a for safe_mysqld fix Thu Dec 12 2002 Joe Orton <jorton@redhat.com> 3.23.54-3 - upgrade to 3.23.54 for latest security fixes Tue Nov 19 2002 Jakub Jelinek <jakub@redhat.com> 3.23.52-5 - Always include <errno.h> for errno - Remove unpackaged files Tue Nov 12 2002 Florian La Roche <Florian.LaRoche@redhat.de> - do not prereq userdel, not used at all Mon Sep 09 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-4 - Use %{_libdir} - Add patch for x86-64
14 lines
359 B
Diff
14 lines
359 B
Diff
--- mysql-3.23.52/include/global.h.jj 2002-08-13 18:08:16.000000000 -0400
|
|
+++ mysql-3.23.52/include/global.h 2002-11-18 18:35:10.000000000 -0500
|
|
@@ -58,6 +58,10 @@
|
|
#define _GNU_SOURCE 1
|
|
#endif
|
|
|
|
+#ifdef __linux__
|
|
+#define HAVE_ERRNO_AS_DEFINE
|
|
+#endif
|
|
+
|
|
/* The client defines this to avoid all thread code */
|
|
#if defined(UNDEF_THREADS_HACK)
|
|
#undef THREAD
|