This commit is contained in:
Georgi Kodinov 2009-09-02 15:33:18 +03:00
commit 607c399f8b
2 changed files with 11 additions and 7 deletions

View file

@ -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))
{