Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 484912 Details for
Bug 625236
=net-misc/radvd-2.14: In file included from includes.h:106:0, from recv.c:17: /usr/include/linux/if_arp.h:114:8: error: redefinition of 'struct arpreq'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
includes.h patch
00-radvd_includes.h.patch (text/plain), 551 bytes, created by
Murilo Morais
on 2017-07-15 19:04:46 UTC
(
hide
)
Description:
includes.h patch
Filename:
MIME Type:
Creator:
Murilo Morais
Created:
2017-07-15 19:04:46 UTC
Size:
551 bytes
patch
obsolete
>--- radvd-2.14/includes.h 2015-11-19 10:58:52.000000000 -0300 >+++ temp/includes.h 2017-07-15 09:32:17.024877205 -0300 >@@ -86,7 +86,7 @@ > #include <net/if_types.h> > #endif > >-#if defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) >+#if (defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER)) || HAVE_LINUX_IF_ARP_H > #include <net/if_arp.h> > #endif /* defined(HAVE_NET_IF_ARP_H) && !defined(ARPHRD_ETHER) */ > >@@ -101,8 +101,3 @@ > #ifdef HAVE_IFADDRS_H > #include <ifaddrs.h> > #endif >- >-#ifdef HAVE_LINUX_IF_ARP_H >-#include <linux/if_arp.h> >-#endif >-
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 625236
:
484910
| 484912