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 1455275 Details for
Bug 1596188
XDR files contain illegal "long" integer declarations.
[?]
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.
fix-xdr-file.patch
file_1596188.txt (text/plain), 661 bytes, created by
Sven Anderson
on 2018-06-28 12:01:58 UTC
(
hide
)
Description:
fix-xdr-file.patch
Filename:
MIME Type:
Creator:
Sven Anderson
Created:
2018-06-28 12:01:58 UTC
Size:
661 bytes
patch
obsolete
>--- a/rpc/xdr/src/changelog-xdr.x 2018-04-24 19:55:36.000000000 +0530 >+++ b/rpc/xdr/src/changelog-xdr.x 2018-06-21 19:41:11.146680931 +0530 >@@ -27,16 +27,16 @@ > /* XDR: changelog -> libgfchangelog */ > struct changelog_event_req { > /* sequence number for the buffer */ >- unsigned long seq; >+ unsigned int seq; > > /* time of dispatch */ >- unsigned long tv_sec; >- unsigned long tv_usec; >+ unsigned int tv_sec; >+ unsigned int tv_usec; > }; > > struct changelog_event_rsp { > int op_ret; > > /* ack'd buffers sequence number */ >- unsigned long seq; >+ unsigned int seq; > };
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 Raw
Actions:
View
Attachments on
bug 1596188
: 1455275