diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-05-14 14:14:50 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-05-14 14:14:50 +0000 |
commit | f5972e3e97f1e124765ab27498f76c59d923c0e4 (patch) | |
tree | 33c4d52eb1c99745fa768879d07e07ea19b61114 /basic/source/runtime/iosys.cxx | |
parent | 8d0c9937e502a8edd46b4acd53ab324b9cc6dc42 (diff) |
Merge NetBSD changes from OO619B
Diffstat (limited to 'basic/source/runtime/iosys.cxx')
-rw-r--r-- | basic/source/runtime/iosys.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index e388f019e1db..ee9b619c4210 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -2,9 +2,9 @@ * * $RCSfile: iosys.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: tbe $ $Date: 2001-05-11 14:25:32 $ + * last change: $Author: svesik $ $Date: 2001-05-14 15:14:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ // <-- encoding #ifdef UNX -#if !defined MACOSX && !defined FREEBSD +#if !defined MACOSX && !defined FREEBSD && !defined NETBSD #include <alloca.h> #endif #endif |