Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40740 Details for
Bug 65862
iputils fails to compile with new glibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use linux headers if on linux
iputils-021109-linux-udp-header.patch (text/plain), 418 bytes, created by
Travis Tilley (RETIRED)
on 2004-09-29 17:53:45 UTC
(
hide
)
Description:
use linux headers if on linux
Filename:
MIME Type:
Creator:
Travis Tilley (RETIRED)
Created:
2004-09-29 17:53:45 UTC
Size:
418 bytes
patch
obsolete
>diff -Nru iputils.old/traceroute6.c iputils/traceroute6.c >--- iputils.old/traceroute6.c 2004-09-29 21:10:48.540700488 -0400 >+++ iputils/traceroute6.c 2004-09-29 21:11:58.667039664 -0400 >@@ -244,7 +244,11 @@ > #include <netinet/in.h> > #include <netinet/ip.h> > #include <netinet/ip_icmp.h> >+#if __linux__ >+#include <linux/udp.h> >+#else > #include <netinet/udp.h> >+#endif > > #include <linux/ipv6.h> > #include <linux/in6.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 65862
: 40740