summaryrefslogtreecommitdiff
path: root/package/ethtool/patches/patch-netlink_msgbuff_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 09:45:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-09 09:45:47 +0200
commitf513c95ed78c5a73c64dff2282f28e326f509a05 (patch)
tree6e2d8bb5428c5d109ff96a973288ca040ab6733c /package/ethtool/patches/patch-netlink_msgbuff_c
parentdbf536c78a1130e2ada29fa008646ea26ccf41af (diff)
ethtool: update to 6.14
Diffstat (limited to 'package/ethtool/patches/patch-netlink_msgbuff_c')
-rw-r--r--package/ethtool/patches/patch-netlink_msgbuff_c15
1 files changed, 15 insertions, 0 deletions
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 <string.h>
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <stdint.h>
++#include <unistd.h>
+
+ #include "../internal.h"
+ #include "netlink.h"