diff options
author | Sam James <sam@gentoo.org> | 2024-09-24 07:05:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-24 07:05:09 +0100 |
commit | d0d19b4dc3d32cbd8631068b7721c3bee92bacdb (patch) | |
tree | caf1cef2402dedb914d8aa3dbd89562e6bccaa95 /sys-apps/iproute2 | |
parent | sys-apps/iproute2: Remove net-misc/arpd block (diff) | |
download | gentoo-d0d19b4dc3d32cbd8631068b7721c3bee92bacdb.tar.gz gentoo-d0d19b4dc3d32cbd8631068b7721c3bee92bacdb.tar.bz2 gentoo-d0d19b4dc3d32cbd8631068b7721c3bee92bacdb.zip |
sys-apps/iproute2: drop unnecessary const from forward typedecl in musl patch
See Holger's comment at https://github.com/gentoo/gentoo/pull/38710#issuecomment-2366830999.
Bug: https://bugs.gentoo.org/939811
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/files/iproute2-6.11.0-musl-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/files/iproute2-6.11.0-musl-fixes.patch b/sys-apps/iproute2/files/iproute2-6.11.0-musl-fixes.patch index bc2f6a366e4d..cc1370a3a6af 100644 --- a/sys-apps/iproute2/files/iproute2-6.11.0-musl-fixes.patch +++ b/sys-apps/iproute2/files/iproute2-6.11.0-musl-fixes.patch @@ -28,7 +28,7 @@ From: Holger Hoffstätte <holger@applied-asynchrony.com> #include "json_writer.h" #include "color.h" -+const struct timeval; ++struct timeval; + #define _IS_JSON_CONTEXT(type) (is_json_context() && (type & PRINT_JSON || type & PRINT_ANY)) #define _IS_FP_CONTEXT(type) (!is_json_context() && (type & PRINT_FP || type & PRINT_ANY)) |