diff options
author | unknown <mskold@mysql.com> | 2005-03-16 11:34:36 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-03-16 11:34:36 +0100 |
commit | 1097f773b7220e5440f2ce0d307ef89665aeba9e (patch) | |
tree | a9ff1f07317ec96b2b9b19c17dbe6f1533744311 | |
parent | b399fe8bf44634e8d77d2cb165db703cfba28a4d (diff) | |
parent | da125e26218f3f1eae1259a6d719651ba0dcbaef (diff) | |
download | mariadb-git-1097f773b7220e5440f2ce0d307ef89665aeba9e.tar.gz |
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-rw-r--r-- | ndb/src/common/util/basestring_vsnprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/common/util/basestring_vsnprintf.c b/ndb/src/common/util/basestring_vsnprintf.c index 58203e33bd1..f5d01fb1532 100644 --- a/ndb/src/common/util/basestring_vsnprintf.c +++ b/ndb/src/common/util/basestring_vsnprintf.c @@ -14,8 +14,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef __sgi /* define on IRIX to get posix compliant vsnprintf */ #define _XOPEN_SOURCE 500 +#endif #include <stdio.h> #include <basestring_vsnprintf.h> #include <my_config.h> |