help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / howl / howl-1.0.0 / posix.patch
blobf4dd7d349cee0ab947a65a2160bf6950921d2e58
1 --- src/lib/howl/Posix/posix_interface.c.old 2005-05-20 14:26:34.000000000 +0100
2 +++ src/lib/howl/Posix/posix_interface.c 2005-05-20 14:26:35.000000000 +0100
3 @@ -37,10 +37,16 @@
4 #include <stdio.h>
6 #if defined(__linux__)
7 -typedef unsigned long long u64;
8 +typedef __uint64_t u64;
9 typedef __uint32_t u32;
10 typedef __uint16_t u16;
11 typedef __uint8_t u8;
13 +typedef __uint64_t __u64;
14 +typedef __uint32_t __u32;
15 +typedef __uint16_t __u16;
16 +typedef __uint8_t __u8;
18 # include <linux/sockios.h>
19 # include <linux/ethtool.h>
20 #endif