|
From: Paul B. <pau...@us...> - 2010-02-04 19:15:52
|
Build Version : T3.0.0.27557 Firebird 3.0 Unstable (writeBuildNum.sh,v 1.27730 2010/02/04 12:45:12 paulbeach E ) Update of /cvsroot/firebird/firebird2/src/jrd In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20562/src/jrd Modified Files: Tag: B2_5_Release common.h Log Message: Additional re. Solaris 256 fd issue In 2.5+ this affects superclassic Index: common.h =================================================================== RCS file: /cvsroot/firebird/firebird2/src/jrd/common.h,v retrieving revision 1.221.2.2 retrieving revision 1.221.2.3 diff -b -U3 -r1.221.2.2 -r1.221.2.3 --- common.h 4 Feb 2010 12:23:55 -0000 1.221.2.2 +++ common.h 4 Feb 2010 12:44:49 -0000 1.221.2.3 @@ -329,7 +329,7 @@ Earlier versions of Solaris still have the problem. pbeach Feb2010 */ -#if (!defined(__arch64__)) && (!defined(SFIO)) && defined(SUPERSERVER) +#if (!defined(__arch64__)) && (!defined(SFIO)) #error "need to use SFIO" #endif |