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 623977 Details for
Bug 864322
Invalid macro definition in glibc-headers
[?]
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]
More accurate version of the same trivial patch
ip.h.patch (text/plain), 363 bytes, created by
Valentine Sinitsyn
on 2012-10-09 08:32:14 UTC
(
hide
)
Description:
More accurate version of the same trivial patch
Filename:
MIME Type:
Creator:
Valentine Sinitsyn
Created:
2012-10-09 08:32:14 UTC
Size:
363 bytes
patch
obsolete
>--- a/ip.h 2012-10-09 14:27:52.153130913 +0600 >+++ b/ip.h 2012-10-09 14:28:01.701130610 +0600 >@@ -194,7 +194,7 @@ > */ > > #define IPTOS_CLASS_MASK 0xe0 >-#define IPTOS_CLASS(class) ((tos) & IPTOS_CLASS_MASK) >+#define IPTOS_CLASS(class) ((class) & IPTOS_CLASS_MASK) > #define IPTOS_CLASS_CS0 0x00 > #define IPTOS_CLASS_CS1 0x20 > #define IPTOS_CLASS_CS2 0x40
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 864322
:
623975
| 623977