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 309091 Details for
Bug 450833
gfs_debug build warning
[?]
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]
Proposed patch
450833.patch (text/plain), 599 bytes, created by
Robert Peterson
on 2008-06-12 16:16:45 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2008-06-12 16:16:45 UTC
Size:
599 bytes
patch
obsolete
> gfs/gfs_debug/readfile.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/gfs/gfs_debug/readfile.c b/gfs/gfs_debug/readfile.c >index b26c00b..d1de13e 100644 >--- a/gfs/gfs_debug/readfile.c >+++ b/gfs/gfs_debug/readfile.c >@@ -161,7 +161,7 @@ readfile(void) > char *data; > char buf[CHUNKSIZE]; > uint64_t o = 0; >- int error; >+ int error, rc; > > must_be_gfs(); > >@@ -182,7 +182,7 @@ readfile(void) > error = gfs_readi(&di, buf, o, CHUNKSIZE); > if (error <= 0) > break; >- write(STDOUT_FILENO, buf, error); >+ rc = write(STDOUT_FILENO, buf, error); > o += error; > } > }
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 450833
: 309091