A fix for Netware.

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi 2005-04-05 13:15:04 +03:00
parent a663889569
commit 6ed11e3bb3

View file

@ -45,7 +45,7 @@ int my_rename(const char *from, const char *to, myf MyFlags)
}
#endif
#if defined(HAVE_RENAME)
#ifdef __WIN__
#if defined(__WIN__) || defined(__NETWARE__)
/*
On windows we can't rename over an existing file:
Remove any conflicting files: