From f513c95ed78c5a73c64dff2282f28e326f509a05 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Apr 2025 09:45:47 +0200 Subject: ethtool: update to 6.14 --- package/ethtool/patches/patch-netlink_msgbuff_c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/ethtool/patches/patch-netlink_msgbuff_c (limited to 'package/ethtool/patches/patch-netlink_msgbuff_c') diff --git a/package/ethtool/patches/patch-netlink_msgbuff_c b/package/ethtool/patches/patch-netlink_msgbuff_c new file mode 100644 index 000000000..6c8338bb5 --- /dev/null +++ b/package/ethtool/patches/patch-netlink_msgbuff_c @@ -0,0 +1,15 @@ +--- ethtool-6.14.orig/netlink/msgbuff.c 2024-10-08 23:24:51.000000000 +0200 ++++ ethtool-6.14/netlink/msgbuff.c 2025-04-09 09:16:53.367670289 +0200 +@@ -4,10 +4,12 @@ + * Data structures and code for flexible message buffer abstraction. + */ + ++#define _BSD_SOURCE + #include + #include + #include + #include ++#include + + #include "../internal.h" + #include "netlink.h" -- cgit v1.2.3