From e6625c927631f7b7dab8b40fae8e40745c8ea292 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 18 Jul 2008 21:47:51 +0000 Subject: [PATCH] - obsolete Changed files: Firebird-64bit.patch -> 1.2 Firebird-ppc.patch -> 1.2 --- Firebird-64bit.patch | 11 ----------- Firebird-ppc.patch | 37 ------------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 Firebird-64bit.patch delete mode 100644 Firebird-ppc.patch diff --git a/Firebird-64bit.patch b/Firebird-64bit.patch deleted file mode 100644 index 24b738c..0000000 --- a/Firebird-64bit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 diff --git a/Firebird-ppc.patch b/Firebird-ppc.patch deleted file mode 100644 index 99e71e0..0000000 --- a/Firebird-ppc.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- firebird-1.5.3.4870/src/jrd/pag.cpp.org 2007-01-02 13:51:03.000000000 +0000 -+++ firebird-1.5.3.4870/src/jrd/pag.cpp 2007-01-02 13:56:47.000000000 +0000 -@@ -143,8 +143,11 @@ - static const int CLASS_NETBSD_I386 = 22; // NetBSD/i386 - static const int CLASS_DARWIN_PPC = 23; // Darwin/PowerPC - static const int CLASS_LINUX_AMD64 = 24; // LINUX on AMD64 systems -+static const int CLASS_FREEBSD_AMD64 = 25;// FreeBSD/amd64 -+static const int CLASS_WINDOWS_AMD64 = 26;// Windows/amd64 -+static const int CLASS_LINUX_PPC = 27; // LINUX/PowerPC - --static const int CLASS_MAX10 = CLASS_LINUX_AMD64; -+static const int CLASS_MAX10 = CLASS_LINUX_PPC; - - // ARCHITECTURE COMPATIBILITY CLASSES - -@@ -188,7 +191,10 @@ - archIntel86, // CLASS_FREEBSD_I386 - archIntel86, // CLASS_NETBSD_I386 - archUnknown, // CLASS_DARWIN_PPC -- archUnknown // CLASS_LINUX_AMD64 -+ archUnknown, // CLASS_LINUX_AMD64 -+ archUnknown, // CLASS_FREEBSD_AMD64 -+ archUnknown, // CLASS_WINDOWS_AMD64 -+ archUnknown // CLASS_LINUX_PPC - }; - - #ifdef sun -@@ -256,6 +262,9 @@ - #define CLASS CLASS_DARWIN_PPC - #endif - -+#ifdef PPC -+#define CLASS CLASS_LINUX_PPC -+#endif - - int PAG_add_clump( - SLONG page_num, -- 2.43.0