Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 897936 Details for
Bug 926341
sys-apps/iproute2-6.8.0-r2 - rdma.c:110:13: error: call to undeclared function 'basename'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build iproute2-6.10.0 successfully
iproute2-6.10.0-headers.patch (text/plain), 530 bytes, created by
Nathaniel
on 2024-07-18 18:06:04 UTC
(
hide
)
Description:
Patch to build iproute2-6.10.0 successfully
Filename:
MIME Type:
Creator:
Nathaniel
Created:
2024-07-18 18:06:04 UTC
Size:
530 bytes
patch
obsolete
>diff --git a/include/libnetlink.h b/include/libnetlink.h >index 30f0c2d2..7074e913 100644 >--- a/include/libnetlink.h >+++ b/include/libnetlink.h >@@ -4,6 +4,7 @@ > > #include <stdio.h> > #include <string.h> >+#include <endian.h> > #include <asm/types.h> > #include <linux/netlink.h> > #include <linux/rtnetlink.h> >diff --git a/rdma/rdma.c b/rdma/rdma.c >index 131c6b2a..f58c8c3b 100644 >--- a/rdma/rdma.c >+++ b/rdma/rdma.c >@@ -8,6 +8,8 @@ > #include "version.h" > #include "color.h" > >+#include <libgen.h> >+ > /* Global utils flags */ > int json;
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 926341
:
886891
|
886892
|
896735
|
896736
| 897936