diff options
Diffstat (limited to 'databases/firebird/files/patch-lock::lock.h')
-rw-r--r-- | databases/firebird/files/patch-lock::lock.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/firebird/files/patch-lock::lock.h b/databases/firebird/files/patch-lock::lock.h new file mode 100644 index 000000000000..fe7ad684d99e --- /dev/null +++ b/databases/firebird/files/patch-lock::lock.h @@ -0,0 +1,13 @@ +--- lock/lock.h.orig Wed Jun 6 05:43:58 2001 ++++ lock/lock.h Sat Jul 6 18:08:56 2002 +@@ -65,8 +65,10 @@ + #ifndef SOLARIS_MT + #if !(defined(HP10) && defined(SUPERSERVER)) + #if !(defined(LINUX) && defined(SUPERSERVER)) ++#if !(defined(FREEBSD) && defined(SUPERSERVER)) + #ifndef DARWIN + #define MANAGER_PROCESS ++#endif + #endif + #endif + #endif |