n0dalus <[EMAIL PROTECTED]> writes: > if (get_fs_usage (stat_file, disk, &fsu)) > { > + if(errno == EACCES && !show_all_fs && !show_listed_fs) > + return; /* Ignore mount points we can't access */
That's a bit extreme, no? I can imagine situations where you'd want errors like that reported. Is there some other clue that the file system is a proc file system that we normally don't want to know about? _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils