Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 517634 Details for
Bug 646464
net-misc/connman-1.35-r1 - In file included from /usr/include/linux/if_bridge.h:19:0, from src/tethering.c:39: /usr/include/linux/in6.h:33:8: error: redefinition of 'struct in6_addr'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix inclusion order
connman-tethering.patch (text/plain), 408 bytes, created by
Martin Väth
on 2018-02-03 06:26:23 UTC
(
hide
)
Description:
Patch to fix inclusion order
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2018-02-03 06:26:23 UTC
Size:
408 bytes
patch
obsolete
># connman-1.35: Martin Väth <martin@mvath.de> ># Fix order of includes: otherwise some struct are redefined with ># sys-libs/glibc-2.25-r9 and sys-kernel/linux-headers-4.15 >--- a/src/tethering.c >+++ a/src/tethering.c >@@ -35,8 +35,8 @@ > #include <string.h> > #include <fcntl.h> > #include <linux/if_tun.h> >-#include <netinet/in.h> > #include <linux/if_bridge.h> >+#include <netinet/in.h> > > #include "connman.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 646464
: 517634 |
525602
|
525604
|
525606
|
525608
|
525610
|
525612
|
525614
|
525620
|
525622
|
525624