summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-03-16 11:33:02 +0100
committerunknown <mskold@mysql.com>2005-03-16 11:33:02 +0100
commit277a9e831f2524026e5cb59efada1dbac623b173 (patch)
tree6f195971573b9a44d3498f5d376f7c77327827f3
parent97a281f5177259b3621e69619d8c033310973749 (diff)
parent2576beab6b256a8858e5d669f91a424aa836d23c (diff)
downloadmariadb-git-277a9e831f2524026e5cb59efada1dbac623b173.tar.gz
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-rw-r--r--ndb/src/common/util/basestring_vsnprintf.c2
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>