diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-11 17:23:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-11 17:23:49 +0000 |
commit | 1f412c28a53a1b08c4f6c3a64677e0568388577c (patch) | |
tree | 7b8c29151266c541a5201c165909c912cbd3cc59 /databases/firebird2-server/files/patch-lock::lock.h | |
parent | eb49e835b6ffe1d1ce99a4b0fea9566f2e69a2b1 (diff) |
Notes
Diffstat (limited to 'databases/firebird2-server/files/patch-lock::lock.h')
-rw-r--r-- | databases/firebird2-server/files/patch-lock::lock.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/firebird2-server/files/patch-lock::lock.h b/databases/firebird2-server/files/patch-lock::lock.h new file mode 100644 index 000000000000..fe7ad684d99e --- /dev/null +++ b/databases/firebird2-server/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 |