CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/11 16:14:46
Modified files:
bin/pax : extern.h file_subs.c ftree.c pax.h tables.c
tables.h
Log message:
Take II, this time without an incorrect mode test.
For directories whose times or mode will be fixed up in the clean-up pass,
record their dev+ino and then use open(O_DIRECTORY)+fstat() to verify that
we're updating the correct directory before using futimens() and fchmod().
ok sthen@ millert@
