Parent Directory
|
Revision Log
|
Patch
| revision 1.35 by gray, Fri Nov 14 09:57:49 2003 UTC | revision 1.36 by gray, Mon Nov 17 07:39:33 2003 UTC | |
|---|---|---|
| # | Line 833 collect_and_sort_names (void) | Line 833 collect_and_sort_names (void) |
| 833 | ||
| 834 | if (deref_stat (dereference_option, name->name, &statbuf) != 0) | if (deref_stat (dereference_option, name->name, &statbuf) != 0) |
| 835 | { | { |
| 836 | if (ignore_failed_read_option) | stat_diag (name->name); |
| stat_warn (name->name); | ||
| else | ||
| stat_error (name->name); | ||
| 837 | continue; | continue; |
| 838 | } | } |
| 839 | if (S_ISDIR (statbuf.st_mode)) | if (S_ISDIR (statbuf.st_mode)) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |