-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
On Wed, 5 Mar 2003, Arkadiusz Miskiewicz wrote: > This patch fixes errno usage. Often in mysql there is assumption that > errno is simple int variable while it is not in glibc (>=2.3.1). It's a > macro. Thanks! We've fixed this differently in the meanwhile: [SNIP] # This is a BitKeeper generated patch for the following project: # Project Name: MySQL - fast and reliable SQL database # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.1.665 -> 1.676.1.666 # include/global.h 1.39.8.1 -> 1.39.9.1 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/02/28 [EMAIL PROTECTED] 1.676.1.666 # Always include errno.h # -------------------------------------------- # diff -Nru a/include/global.h b/include/global.h - --- a/include/global.h Wed Mar 5 11:46:02 2003 +++ b/include/global.h Wed Mar 5 11:46:02 2003 @@ -223,6 +223,7 @@ #define CONFIG_SMP #include <asm/atomic.h> #endif +#include <errno.h> /* Recommended by debian */ /* Go around some bugs in different OS and compilers */ #if defined(_HPUX_SOURCE) && defined(HAVE_SYS_STREAM_H) [SNIP] Bye, LenZ - -- For technical support contracts, visit https://order.mysql.com/?ref=mlgr __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Lenz Grimmer <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Production Engineer /_/ /_/\_, /___/\___\_\___/ Hamburg, Germany <___/ www.mysql.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE+ZdWnSVDhKrJykfIRAhNVAJ4tdhGirZ8kLxfchruDqu6nYY0NNgCfQXzC mM1yUv2DY+7gMw5dgKPD3Do= =oAG7 -----END PGP SIGNATURE----- --------------------------------------------------------------------- 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