]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/howl/howl-1.0.0/posix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / howl / howl-1.0.0 / posix.patch
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>
5  
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;
12 +
13 +typedef __uint64_t      __u64;
14 +typedef __uint32_t      __u32;
15 +typedef __uint16_t      __u16;
16 +typedef __uint8_t               __u8;
17 +
18  #      include <linux/sockios.h>
19  #      include <linux/ethtool.h> 
20  #endif