From b695337850c5afe7524e9d09a1b990fd5c5b8989 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 28 Oct 2014 14:00:54 +0100 Subject: testing/ifplugd: add missing patch --- testing/ifplugd/musl-type.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testing/ifplugd/musl-type.patch (limited to 'testing/ifplugd') diff --git a/testing/ifplugd/musl-type.patch b/testing/ifplugd/musl-type.patch new file mode 100644 index 0000000000..fa8a232cec --- /dev/null +++ b/testing/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" + -- cgit v1.2.3