aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/ifplugd/musl-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/ifplugd/musl-type.patch')
-rw-r--r--unmaintained/ifplugd/musl-type.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/unmaintained/ifplugd/musl-type.patch b/unmaintained/ifplugd/musl-type.patch
new file mode 100644
index 000000000..fa8a232ce
--- /dev/null
+++ b/unmaintained/ifplugd/musl-type.patch
@@ -0,0 +1,15 @@
+--- a/src/ethtool-local.h.orig
++++ b/src/ethtool-local.h
+@@ -22,9 +22,9 @@
+ */
+
+ typedef unsigned long long u64;
+-typedef __uint32_t u32;
+-typedef __uint16_t u16;
+-typedef __uint8_t u8;
++typedef uint32_t u32;
++typedef uint16_t u16;
++typedef uint8_t u8;
+
+ #include "ethtool-kernel.h"
+