From: Neil M. <nm...@us...> - 2001-03-25 22:21:38
|
Update of /cvsroot/firebird/interbase/pipe In directory usw-pr-cvs1:/tmp/cvs-serv4100/pipe Modified Files: head.c Log Message: Changes based on port to Solaris x86 by Konstantin Kuznetsov. Index: head.c =================================================================== RCS file: /cvsroot/firebird/interbase/pipe/head.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** head.c 2000/08/03 20:53:43 1.1.1.1 --- head.c 2001/03/25 22:21:34 1.2 *************** *** 20,25 **** * All Rights Reserved. * Contributor(s): ______________________________________. */ ! #include "../jrd/ib_stdio.h" #include <stdlib.h> --- 20,28 ---- * All Rights Reserved. * Contributor(s): ______________________________________. + * Solaris x86 changes - Konstantin Kuznetsov, Neil McCalden */ ! ! /* $Id$ */ ! #include "../jrd/ib_stdio.h" #include <stdlib.h> *************** *** 45,48 **** --- 48,55 ---- #include <vfork.h> #endif + #endif + + #ifdef SOLX86 + #include <fcntl.h> #endif |