diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 18:01:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 18:01:04 +0000 |
commit | b1e2248d239ac46fb4948089725df29f98446d7f (patch) | |
tree | e18f3c3d9cc9f4a71a773f9b7cbee6323fb28816 /sal | |
parent | 001964fe768a8235721be2a48eedb5a40494fe4d (diff) |
INTEGRATION: CWS geordi2q14 (1.4.88); FILE MERGED
2004/01/29 18:31:35 hr 1.4.88.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'sal')
-rwxr-xr-x | sal/osl/unx/backtrace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/backtrace.c b/sal/osl/unx/backtrace.c index 1ce5d30c0dea..b83b38318f4a 100755 --- a/sal/osl/unx/backtrace.c +++ b/sal/osl/unx/backtrace.c @@ -2,9 +2,9 @@ * * $RCSfile: backtrace.c,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-07-16 17:20:28 $ + * last change: $Author: hr $ $Date: 2004-02-02 19:01:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,7 +150,7 @@ void backtrace_symbols_fd( void **buffer, int size, int fd ) #endif /* defined SOLARIS */ -#ifdef FREEBSD +#if defined FREEBSD || defined NETBSD #include <dlfcn.h> #include <pthread.h> #include <setjmp.h> |