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 310071 Details for
Bug 452577
Actual & placeholder funcs have differing param counts
[?]
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]
Change 4-param macros to match 3-param functions
xfrm.h-param-counts.patch (text/plain), 824 bytes, created by
Steve Snyder
on 2008-06-23 20:29:41 UTC
(
hide
)
Description:
Change 4-param macros to match 3-param functions
Filename:
MIME Type:
Creator:
Steve Snyder
Created:
2008-06-23 20:29:41 UTC
Size:
824 bytes
patch
obsolete
>--- include/net/xfrm.h.original 2008-06-23 10:54:03.000000000 -0400 >+++ include/net/xfrm.h 2008-06-23 16:26:27.000000000 -0400 >@@ -427,12 +427,12 @@ > return audit_buf; > } > #else > #define xfrm_audit_log(a,s,t,r,p,x) do { ; } while (0) > #define xfrm_audit_state_replay_overflow(x, s) do { ; } while (0) >-#define xfrm_audit_state_replay(s, f, sp, sq) do { ; } while (0) >-#define xfrm_naudit_state_replay(s, f, sp, sq) do { ; } while (0) >+#define xfrm_audit_state_replay(s, sp, sq) do { ; } while (0) >+#define xfrm_naudit_state_replay(s, sp, sq) do { ; } while (0) > #define xfrm_audit_state_notfound(s, f, sp, sq) do { ; } while (0) > #define xfrm_naudit_state_notfound(s, f, sp, sq) do { ; } while (0) > #define xfrm_audit_state_icvfail(x, s, p) do { ; } while (0) > #endif /* CONFIG_AUDITSYSCALL */ > >
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 452577
:
310071
|
310158