CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/05 00:49:25
Modified files:
bin/pax : extern.h file_subs.c ftree.c pax.h tables.c
tables.h
Log message:
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 millert@
