]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- avoid type defs collisions between directfb and llh.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 26 Jan 2006 21:25:17 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-gcc4.patch -> 1.1

DirectFB-gcc4.patch [new file with mode: 0644]

diff --git a/DirectFB-gcc4.patch b/DirectFB-gcc4.patch
new file mode 100644 (file)
index 0000000..beff1a2
--- /dev/null
@@ -0,0 +1,19 @@
+--- DirectFB-0.9.24/include/dfb_types.h.orig   2005-07-26 22:58:50.000000000 +0200
++++ DirectFB-0.9.24/include/dfb_types.h        2006-01-26 21:09:57.021772000 +0100
+@@ -5,15 +5,7 @@
+ #ifndef USE_KOS
+-#define __u8  u_int8_t
+-#define __u16 u_int16_t
+-#define __u32 u_int32_t
+-#define __u64 u_int64_t
+-
+-#define __s8  int8_t
+-#define __s16 int16_t
+-#define __s32 int32_t
+-#define __s64 int64_t
++#include <asm/types.h>
+ #else
This page took 1.299508 seconds and 4 git commands to generate.