diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-05-07 18:12:26 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-05-07 18:12:26 +0000 |
commit | e02cdc0dd3e472da7fd2c4d8864875be11ab6b85 (patch) | |
tree | 635230c50561931e1f0855e0528af374e973085f /idlc | |
parent | 04c7c0892ce4a3839ecf9cc7d5212de03ec95ed9 (diff) |
Merge FreeBSD changes from OO627B to trunk
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlccompile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index fe446ab4a6d7..12cde3ccb1d8 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: idlccompile.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:30:43 $ + * last change: $Author: svesik $ $Date: 2001-05-07 19:12:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ #ifdef SAL_UNX #include <unistd.h> -#ifdef MACOSX +#if defined(MACOSX) || defined(FREEBSD) #include <sys/wait.h> #else #include <wait.h> |