diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-11 21:22:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-11 21:22:47 +0000 |
commit | 5df7030d8f1fa8fe9f10b1e86681fb08d758074b (patch) | |
tree | aade4c2c66b77c3c8853d86fbd8ae2de225c6f03 /databases/firebird20-server/files/patch-src%lock%lock.cpp | |
parent | Mark as broken (it does not compile with any modern compilers) (diff) |
Remove EOLed firebird 2.0
Notes
Notes:
svn path=/head/; revision=353736
Diffstat (limited to '')
-rw-r--r-- | databases/firebird20-server/files/patch-src%lock%lock.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/firebird20-server/files/patch-src%lock%lock.cpp b/databases/firebird20-server/files/patch-src%lock%lock.cpp deleted file mode 100644 index 279324733739..000000000000 --- a/databases/firebird20-server/files/patch-src%lock%lock.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/lock/lock.cpp.orig Fri Feb 3 16:13:23 2006 -+++ src/lock/lock.cpp Wed Aug 16 12:41:32 2006 -@@ -2708,7 +2708,12 @@ - #ifdef DEBUG_MANAGER - gds__prefix(string, DEBUG_MANAGER); - #else -- gds__prefix(string, LOCK_MANAGER); -+ if (! getenv("FIREBIRD")) { -+ strlcpy(string, FB_EXEC_PREFIX "/", MAXPATHLEN); -+ strlcat(string, LOCK_MANAGER, MAXPATHLEN); -+ } else { -+ gds__prefix(string, LOCK_MANAGER); -+ } - #endif - if (statistics(string, &stat_buf) == -1) { - // bug() fills the vector with this address, it must be static. |