Commit 50d8792b authored by Georgi Kodinov's avatar Georgi Kodinov

merge

parents e512d694 607c399f
......@@ -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))
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment