diff options
author | Oliver Bolte <obo@openoffice.org> | 2000-11-03 13:03:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2000-11-03 13:03:06 +0000 |
commit | 09ec45ba551bfaa33e4538dc5eb8bbfe6b114fed (patch) | |
tree | 6a63eb518ecfdbf5b008e3058540e9e5b6c90922 /sal/osl/unx/process.c | |
parent | 93350661bec317f661c6b790ee9f080df100c5aa (diff) |
CONTROLLEN macro for macosx
Diffstat (limited to 'sal/osl/unx/process.c')
-rw-r--r-- | sal/osl/unx/process.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/process.c b/sal/osl/unx/process.c index 00f4bf5285d6..0e91e39959ea 100644 --- a/sal/osl/unx/process.c +++ b/sal/osl/unx/process.c @@ -2,9 +2,9 @@ * * $RCSfile: process.c,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mfe $ $Date: 2000-10-31 15:24:45 $ + * last change: $Author: obo $ $Date: 2000-11-03 14:03:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,7 @@ #define PIPEALTERNATEPATH "/var/tmp" #define PIPENAMEMASK "OSL_IOT_%u" -#ifdef IORESOURCE_TRANSFER_BSD +#if defined(MACOSX) || defined(IORESOURCE_TRANSFER_BSD) #define CONTROLLEN (sizeof(struct cmsghdr) + sizeof(int)) #endif |