Author: pluto                        Date: Mon Dec 11 20:48:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- long has 8 bytes on LP64, use int.

---- Files affected:
SOURCES:
   doxygen-64bit.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/doxygen-64bit.patch
diff -u /dev/null SOURCES/doxygen-64bit.patch:1.1
--- /dev/null   Mon Dec 11 21:48:33 2006
+++ SOURCES/doxygen-64bit.patch Mon Dec 11 21:48:28 2006
@@ -0,0 +1,11 @@
+--- doxygen-1.5.1/libmd5/md5_loc.h.orig        2003-11-05 21:39:05.000000000 
+0100
++++ doxygen-1.5.1/libmd5/md5_loc.h     2006-12-11 21:05:00.135077500 +0100
+@@ -14,7 +14,7 @@
+ typedef unsigned short int UINT2;
+ 
+ /* UINT4 defines a four byte word */
+-typedef unsigned long int UINT4;
++typedef unsigned int UINT4;
+ 
+ #ifndef NULL_PTR
+ #define NULL_PTR ((POINTER)0)
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to