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 580986 Details for
Bug 817292
dhcp-forwarder Fails To Build From Source on Fedora 17 (and Rawhide)
[?]
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
dhcp-forwarder-0.9_build-fix-types.h.patch (text/plain), 869 bytes, created by
Niels de Vos
on 2012-04-28 17:28:56 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Niels de Vos
Created:
2012-04-28 17:28:56 UTC
Size:
869 bytes
patch
obsolete
>From dccd7d4c1f46cad8ca1598a6ad667a186245c081 Mon Sep 17 00:00:00 2001 >From: Niels de Vos <ndevos@redhat.com> >Date: Sat, 28 Apr 2012 18:59:33 +0200 >Subject: [PATCH] types.h does not always (?) include __aligned_u64 > >--- > compat/if_packet.h | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/compat/if_packet.h b/compat/if_packet.h >index 3e601dd..1308e90 100644 >--- a/compat/if_packet.h >+++ b/compat/if_packet.h >@@ -22,7 +22,11 @@ > # include <netpacket/packet.h> > # include <net/ethernet.h> /* the L2 protocols */ > #else >-# include <asm/types.h> >+# include <linux/types.h> >+/* types.h does not always (?) inlucde __aligned_u64 */ >+# ifndef __aligned_u64 >+# define __aligned_u64 __u64 __attribute__((aligned(8))) >+# endif > # include <linux/if_packet.h> > # include <linux/if_ether.h> /* The L2 protocols */ > #endif >-- >1.7.7.6 >
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 817292
: 580986 |
580987