X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fextract.c;h=a3877583437c98147c240aa93847e01e7c690630;hb=32c1e664e5f0b5bc4191a334ade93c1b98a90acb;hp=26fcecbc49230fd62acc6e218be8d22e3ef1ca25;hpb=07286647fb7446a62e8690675797ba7426b0758b;p=chaz%2Ftar diff --git a/src/extract.c b/src/extract.c index 26fcecb..a387758 100644 --- a/src/extract.c +++ b/src/extract.c @@ -407,10 +407,7 @@ make_directories (char *file_name) else if ((errno == ENOSYS /* Automounted dirs on Solaris return this. Reported by Warren Hyde */ -#if MSDOS - || errno == EACCES /* Turbo C mkdir gives a funny errno. */ -#endif - ) + || ERRNO_IS_EACCESS) /* Turbo C mkdir gives a funny errno. */ && access (file_name, W_OK) == 0) continue;