aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ifplugd/musl-type.patch
blob: fa8a232ceca910ea4dcde23457011c236e19d2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"