Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160237 Details for
Bug 250077
RHEL4 du doesn't report size of unreadable sub directories
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix report size of unredable subdirectories.
coreutils-5.2.1-du-dnr-4.patch (text/plain), 543 bytes, created by
Jose Plans
on 2007-07-30 11:47:53 UTC
(
hide
)
Description:
Fix report size of unredable subdirectories.
Filename:
MIME Type:
Creator:
Jose Plans
Created:
2007-07-30 11:47:53 UTC
Size:
543 bytes
patch
obsolete
>diff -Naurp coreutils-5.2.1/lib/fts.c coreutils-5.2.1.new/lib/fts.c >--- coreutils-5.2.1/lib/fts.c 2003-12-20 10:05:23.000000000 -0800 >+++ coreutils-5.2.1.new/lib/fts.c 2007-06-14 11:38:00.696001000 -0700 >@@ -588,7 +588,8 @@ fts_read(sp) > because it was not able to fchdir into a > subdirectory, tell the caller. */ > if (p->fts_errno) >- p->fts_info = FTS_ERR; >+ if (p->fts_info != FTS_DNR) >+ p->fts_info = FTS_ERR; > /* FIXME: see if this should be in an else block */ > LEAVE_DIR (sp, p, "2"); > return (p);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250077
: 160237