SOURCES (AC-branch): DirectFB-fix.patch - moved #include "asm/type...

hawk hawk at pld-linux.org
Fri Mar 9 12:24:56 CET 2007


Author: hawk                         Date: Fri Mar  9 11:24:56 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- moved #include "asm/types.h" before #ifdef

---- Files affected:
SOURCES:
   DirectFB-fix.patch (1.3.2.2 -> 1.3.2.3) 

---- Diffs:

================================================================
Index: SOURCES/DirectFB-fix.patch
diff -u SOURCES/DirectFB-fix.patch:1.3.2.2 SOURCES/DirectFB-fix.patch:1.3.2.3
--- SOURCES/DirectFB-fix.patch:1.3.2.2	Fri Mar  9 11:47:02 2007
+++ SOURCES/DirectFB-fix.patch	Fri Mar  9 12:24:51 2007
@@ -31,12 +31,12 @@
  
  #include <directfb.h>
 --- DirectFB-1.0.0.orig/include/dfb_types.h	2007-03-03 21:36:07.000000000 +0100
-+++ DirectFB-1.0.0/include/dfb_types.h	2007-03-09 11:43:58.000000000 +0100
-@@ -32,6 +32,7 @@
- 
- #ifdef USE_KOS
++++ DirectFB-1.0.0/include/dfb_types.h	2007-03-09 12:20:59.000000000 +0100
+@@ -29,6 +29,7 @@
+ #ifndef __DFB_TYPES_H__
+ #define __DFB_TYPES_H__
  
 +#include <asm/types.h>
- #include <sys/types.h>
  
- typedef uint8 u8;
+ #ifdef USE_KOS
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/DirectFB-fix.patch?r1=1.3.2.2&r2=1.3.2.3&f=u



More information about the pld-cvs-commit mailing list