CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/06/17 19:03:05
Modified files:
bin/rm : rm.c
Log message:
Polish the rm -rP turd: if the fts_* routines have lstat()'ed the
directory entry then use the struct stat from that instead of doing
it again, and skip the rm_overwrite() call if fts_read() indicated
that the entry couldn't be a regular file.
ok millert@
