/[tar]/tar/src/extract.c
ViewVC logotype

Diff of /tar/src/extract.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51 by gray, Sat Oct 4 18:14:32 2003 UTC revision 1.52 by gray, Wed Oct 8 11:17:36 2003 UTC
# Line 21  Line 21 
21    
22  #include "system.h"  #include "system.h"
23  #include <quotearg.h>  #include <quotearg.h>
24    #include <errno.h>
25    
26  #if HAVE_UTIME_H  #if HAVE_UTIME_H
27  # include <utime.h>  # include <utime.h>
# Line 407  make_directories (char *file_name) Line 408  make_directories (char *file_name)
408        else if ((errno == ENOSYS /* Automounted dirs on Solaris return        else if ((errno == ENOSYS /* Automounted dirs on Solaris return
409                                     this. Reported by Warren Hyde                                     this. Reported by Warren Hyde
410                                     <Warren.Hyde@motorola.com> */                                     <Warren.Hyde@motorola.com> */
411                 || ERRNO_IS_EACCESS)  /* Turbo C mkdir gives a funny errno.  */                 || ERRNO_IS_EACCES)  /* Turbo C mkdir gives a funny errno.  */
412                 && access (file_name, W_OK) == 0)                 && access (file_name, W_OK) == 0)
413          continue;          continue;
414    

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26