From: Neil M. <nm...@us...> - 2001-03-25 22:21:37
|
Update of /cvsroot/firebird/interbase/jrd In directory usw-pr-cvs1:/tmp/cvs-serv4100/jrd Modified Files: isc_ipc.c isc.c Log Message: Changes based on port to Solaris x86 by Konstantin Kuznetsov. Index: isc_ipc.c =================================================================== RCS file: /cvsroot/firebird/interbase/jrd/isc_ipc.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** isc_ipc.c 2000/10/12 02:52:17 1.2 --- isc_ipc.c 2001/03/25 22:21:34 1.3 *************** *** 20,25 **** --- 20,28 ---- * All Rights Reserved. * Contributor(s): ______________________________________. + * Solaris x86 changes - Konstantin Kuznetsov, Neil McCalden */ + /* $Id$ */ + #ifdef SHLIB_DEFS #define LOCAL_SHLIB_DEFS *************** *** 42,45 **** --- 45,52 ---- #include <vfork.h> #endif + #endif + + #ifdef SOLX86 + #define HANDLER_ADDR_ARG #endif Index: isc.c =================================================================== RCS file: /cvsroot/firebird/interbase/jrd/isc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** isc.c 2001/03/16 14:55:31 1.3 --- isc.c 2001/03/25 22:21:34 1.4 *************** *** 22,25 **** --- 22,26 ---- * Added TCP_NO_DELAY option for superserver on Linux * FSG 16.03.2001 + * Solaris x86 changes - Konstantin Kuznetsov, Neil McCalden */ /* *************** *** 92,99 **** /* End of temporary file management specific stuff */ - #ifdef sparc #ifdef SOLARIS #include <sys/utsname.h> - #endif #endif --- 93,98 ---- |