commit: d0d19b4dc3d32cbd8631068b7721c3bee92bacdb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 24 06:05:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 24 06:05:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d19b4d
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 <AT> gentoo.org> sys-apps/iproute2/files/iproute2-6.11.0-musl-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <[email protected]> #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))
