mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
11 lines
455 B
C++
11 lines
455 B
C++
--- src/jrd/isc_sync.cpp 2011-08-30 08:48:04.000000000 -0500
|
|
+++ src/jrd/isc_sync.cpp 2011-10-19 15:00:50.000000000 -0500
|
|
@@ -320,7 +320,7 @@
|
|
public:
|
|
const static int N_FILES = 8;
|
|
const static int N_SETS = 256;
|
|
-#if defined(DEV_BUILD)
|
|
+#if defined(DEV_BUILD) || defined(FREEBSD)
|
|
const static int SEM_PER_SET = 4; // force multiple sets allocation
|
|
#else
|
|
const static int SEM_PER_SET = 31; // hard limit for some old systems, might set to 32
|