]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-64bit.patch
- mv /sbin/fuser /bin/fuser (because KDE and users want it in PATH)
[packages/Firebird.git] / Firebird-64bit.patch
1 --- Firebird/src/jrd/tra.h.org  2007-02-28 11:21:45.794623000 +0100
2 +++ Firebird/src/jrd/tra.h      2007-02-28 11:22:10.666623000 +0100
3 @@ -127,7 +127,7 @@
4  #define tra_precommitted    5  /* Transaction is precommitted */
5  
6  /* The highest transaction number possible.  This is 0x7fffffff if SLONG is 32 bits. */
7 -#define MAX_TRA_NUMBER          (~(1L << (BITS_PER_LONG - 1)))
8 +#define MAX_TRA_NUMBER          (MAX_SLONG)
9  /* Savepoint block */
10  
11  class sav : public pool_alloc<type_sav>
This page took 0.025497 seconds and 3 git commands to generate.