summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-06-18 03:23:08 +0300
committerunknown <monty@mysql.com>2004-06-18 03:23:08 +0300
commit9e336b706b3f87f55c3113f3430474f2613c2156 (patch)
tree85575b848176244c7f6fad4af28209d2c4be0cfc /mysys
parentc333cce7f6dc0d1f152f4e639549d3e4edf83e8a (diff)
downloadmariadb-git-9e336b706b3f87f55c3113f3430474f2613c2156.tar.gz
Applied patch from Novell (2004-06-03)
Diffstat (limited to 'mysys')
-rw-r--r--mysys/mf_tempfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_tempfile.c b/mysys/mf_tempfile.c
index 14b8fdc430c..ea2bec076d4 100644
--- a/mysys/mf_tempfile.c
+++ b/mysys/mf_tempfile.c
@@ -83,7 +83,7 @@ File create_temp_file(char *to, const char *dir, const char *prefix,
(*free)(res);
file=my_create(to, 0, mode, MyFlags);
}
-#elif defined(HAVE_MKSTEMP)
+#elif defined(HAVE_MKSTEMP) && !defined(__NETWARE__)
{
char prefix_buff[30];
uint pfx_len;