K 10 svn:author V 6 peadar K 8 svn:date V 27 2006-02-22T11:13:07.000000Z K 7 svn:log V 349 If opendir(".") fails after descending into a subdirectory via chdir(), be sure to undo the effects of the chdir before continuing. Without this, after hitting a directory with mode 0111 (for example), tar will get lost, and won't add any yet unvisted files to your archive. (Or possibly add the wrong files, I suppose...) Reviewed By: kientzle@ END