Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103113 Details for
Bug 156696
net-misc/dhcpcd-3.0.1 silently fails w/ gcc-3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Include asm/types.h for older kernels.
dhcpcd-kernel-2.0.4.patch (text/plain), 346 bytes, created by
Roy Marples (RETIRED)
on 2006-12-01 01:38:17 UTC
(
hide
)
Description:
Include asm/types.h for older kernels.
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-12-01 01:38:17 UTC
Size:
346 bytes
patch
obsolete
>Index: interface.c >=================================================================== >--- interface.c (revision 86) >+++ interface.c (working copy) >@@ -28,6 +28,7 @@ > > /* Netlink suff */ > #ifdef __linux__ >+#include <asm/types.h> /* Needed for 2.4 kernels */ > #include <linux/netlink.h> > #include <linux/rtnetlink.h> > #include <netinet/ether.h>
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 156696
:
103047
| 103113