From 1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 7 Sep 2024 14:55:46 +0000 Subject: Initial commit Signed-off-by: Laurent Bercot --- musl/patches-in-mcm/gdb-8.3.1/remove-extraneous-include.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 musl/patches-in-mcm/gdb-8.3.1/remove-extraneous-include.diff (limited to 'musl/patches-in-mcm/gdb-8.3.1/remove-extraneous-include.diff') diff --git a/musl/patches-in-mcm/gdb-8.3.1/remove-extraneous-include.diff b/musl/patches-in-mcm/gdb-8.3.1/remove-extraneous-include.diff new file mode 100644 index 0000000..62ed130 --- /dev/null +++ b/musl/patches-in-mcm/gdb-8.3.1/remove-extraneous-include.diff @@ -0,0 +1,12 @@ +--- gdb-8.1/gdb/nat/linux-osdata.c.old 2018-01-04 22:07:23.000000000 -0600 ++++ gdb-8.1/gdb/nat/linux-osdata.c 2018-06-22 04:31:42.655497623 -0500 +@@ -23,7 +23,8 @@ + #include + #include + #include +-#include ++#include ++#define UT_NAMESIZE LOGIN_NAME_MAX + #include + #include + #include -- cgit v1.3.1