]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
http://www.nabble.com/Build-failure-of-1.5.4rc1-(gcc-3.4)-t3077620.html
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Feb 2007 10:29:57 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird-64bit.patch -> 1.1

Firebird-64bit.patch [new file with mode: 0644]

diff --git a/Firebird-64bit.patch b/Firebird-64bit.patch
new file mode 100644 (file)
index 0000000..24b738c
--- /dev/null
@@ -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>
This page took 0.041661 seconds and 4 git commands to generate.