cvs commit: src/usr.bin/tar write.c

Tim Kientzle kientzle at FreeBSD.org
Sat Jun 26 18:09:02 PDT 2004


kientzle    2004-06-27 01:08:54 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          write.c 
  Log:
  Don't abort immediately on directory change errors.
  Instead, display a warning, clean up, and let main() return the error.
  In particular, this means that chdir() problems won't leave broken
  archives, though they will prompt an error exit value.
  
  Revision  Changes    Path
  1.24      +16 -6     src/usr.bin/tar/write.c


More information about the cvs-src mailing list