|
|
|
@ -845,12 +845,6 @@ FindEndOfXLOG(void) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
/* Bug in old Mingw dirent.c; fixed in mingw-runtime-3.2, 2003-10-10 */ |
|
|
|
|
if (GetLastError() == ERROR_NO_MORE_FILES) |
|
|
|
|
errno = 0; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
if (errno) |
|
|
|
|
{ |
|
|
|
|
fprintf(stderr, _("%s: could not read directory \"%s\": %s\n"), |
|
|
|
@ -908,12 +902,6 @@ KillExistingXLOG(void) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
/* Bug in old Mingw dirent.c; fixed in mingw-runtime-3.2, 2003-10-10 */ |
|
|
|
|
if (GetLastError() == ERROR_NO_MORE_FILES) |
|
|
|
|
errno = 0; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
if (errno) |
|
|
|
|
{ |
|
|
|
|
fprintf(stderr, _("%s: could not read directory \"%s\": %s\n"), |
|
|
|
@ -966,12 +954,6 @@ KillExistingArchiveStatus(void) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
/* Bug in old Mingw dirent.c; fixed in mingw-runtime-3.2, 2003-10-10 */ |
|
|
|
|
if (GetLastError() == ERROR_NO_MORE_FILES) |
|
|
|
|
errno = 0; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
if (errno) |
|
|
|
|
{ |
|
|
|
|
fprintf(stderr, _("%s: could not read directory \"%s\": %s\n"), |
|
|
|
|