mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 01:20:15 +02:00
merge
This commit is contained in:
commit
607c399f8b
2 changed files with 11 additions and 7 deletions
|
|
@ -77,7 +77,9 @@ end:
|
|||
int my_copystat(const char *from, const char *to, int MyFlags)
|
||||
{
|
||||
struct stat statbuf;
|
||||
#if !defined(MSDOS) && !defined(__WIN__) && !defined(__EMX__) && !defined(OS2) && !defined(__NETWARE__)
|
||||
int res;
|
||||
#endif /* MSDOS */
|
||||
|
||||
if (stat((char*) from, &statbuf))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue