]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-gcc4.patch
- ppc/llh build fix.
[packages/DirectFB.git] / DirectFB-gcc4.patch
1 --- DirectFB-0.9.24/include/dfb_types.h.orig    2005-07-26 22:58:50.000000000 +0200
2 +++ DirectFB-0.9.24/include/dfb_types.h 2006-01-26 21:09:57.021772000 +0100
3 @@ -5,15 +5,7 @@
4  
5  #ifndef USE_KOS
6  
7 -#define __u8  u_int8_t
8 -#define __u16 u_int16_t
9 -#define __u32 u_int32_t
10 -#define __u64 u_int64_t
11 -
12 -#define __s8  int8_t
13 -#define __s16 int16_t
14 -#define __s32 int32_t
15 -#define __s64 int64_t
16 +#include <asm/types.h>
17  
18  #else
19  
This page took 0.031614 seconds and 3 git commands to generate.