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 148317 Details for
Bug 228893
RPC clnt_create call on x86_64 passes back NULL pointer with error code of "Success"
[?]
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]
nfs-utils-lib patch -- change all u_int32_t definitions in rpc_msg.h to u_long
nfs-utils-lib-1.0.6-rpcmsg-ulong.patch (text/plain), 1.20 KB, created by
Jeff Layton
on 2007-02-19 13:20:03 UTC
(
hide
)
Description:
nfs-utils-lib patch -- change all u_int32_t definitions in rpc_msg.h to u_long
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-02-19 13:20:03 UTC
Size:
1.20 KB
patch
obsolete
>--- nfs-utils-lib-1.0.6/librpcsecgss-0.10/include/rpcsecgss/rpc/rpc_msg.h.ulong 2007-02-19 07:59:09.000000000 -0500 >+++ nfs-utils-lib-1.0.6/librpcsecgss-0.10/include/rpcsecgss/rpc/rpc_msg.h 2007-02-19 08:00:09.000000000 -0500 >@@ -90,8 +90,8 @@ > enum accept_stat ar_stat; > union { > struct { >- u_int32_t low; >- u_int32_t high; >+ u_long low; >+ u_long high; > } AR_versions; > struct { > caddr_t where; >@@ -110,8 +110,8 @@ > enum reject_stat rj_stat; > union { > struct { >- u_int32_t low; >- u_int32_t high; >+ u_long low; >+ u_long high; > } RJ_versions; > enum auth_stat RJ_why; /* why authentication did not work */ > } ru; >@@ -136,10 +136,10 @@ > * Body of an rpc request call. > */ > struct call_body { >- u_int32_t cb_rpcvers; /* must be equal to two */ >- u_int32_t cb_prog; >- u_int32_t cb_vers; >- u_int32_t cb_proc; >+ u_long cb_rpcvers; /* must be equal to two */ >+ u_long cb_prog; >+ u_long cb_vers; >+ u_long cb_proc; > struct opaque_auth cb_cred; > struct opaque_auth cb_verf; /* protocol specific - provided by client */ > }; >@@ -148,7 +148,7 @@ > * The rpc message > */ > struct rpc_msg { >- u_int32_t rm_xid; >+ u_long rm_xid; > enum msg_type rm_direction; > union { > struct call_body RM_cmb;
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 228893
:
148155
| 148317 |
148322
|
148447
|
148480
|
148490
|
148525