SOURCES: Firebird-64bit.patch (NEW) http://www.nabble.com/Build-fa...
arekm
arekm at pld-linux.org
Wed Feb 28 11:30:02 CET 2007
Author: arekm Date: Wed Feb 28 10:30:02 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
http://www.nabble.com/Build-failure-of-1.5.4rc1-(gcc-3.4)-t3077620.html
---- Files affected:
SOURCES:
Firebird-64bit.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/Firebird-64bit.patch
diff -u /dev/null SOURCES/Firebird-64bit.patch:1.1
--- /dev/null Wed Feb 28 11:30:02 2007
+++ SOURCES/Firebird-64bit.patch Wed Feb 28 11:29:57 2007
@@ -0,0 +1,11 @@
+--- Firebird/src/jrd/tra.h.org 2007-02-28 11:21:45.794623000 +0100
++++ Firebird/src/jrd/tra.h 2007-02-28 11:22:10.666623000 +0100
+@@ -127,7 +127,7 @@
+ #define tra_precommitted 5 /* Transaction is precommitted */
+
+ /* The highest transaction number possible. This is 0x7fffffff if SLONG is 32 bits. */
+-#define MAX_TRA_NUMBER (~(1L << (BITS_PER_LONG - 1)))
++#define MAX_TRA_NUMBER (MAX_SLONG)
+ /* Savepoint block */
+
+ class sav : public pool_alloc<type_sav>
================================================================
More information about the pld-cvs-commit
mailing list