diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:55:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:55:26 +0000 |
commit | 71fd833d02c2d12d44eedb1cc6e33872489d0ad1 (patch) | |
tree | e8fdcddb6e2f2bdb04e7a9dde87b31b182cf8262 /sal/osl | |
parent | 7eb520b515856d8ba0f25b2d013e8dd73ffc5e90 (diff) |
INTEGRATION: CWS lfs (1.33.60); FILE MERGED
2007/01/08 15:54:49 rene 1.33.60.1: #i26865# fix Solaris build
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/system.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index 84c407b61f28..07d22116a25e 100644 --- a/sal/osl/unx/system.h +++ b/sal/osl/unx/system.h @@ -4,9 +4,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2006-07-19 09:39:50 $ + * last change: $Author: vg $ $Date: 2007-01-16 15:55:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -289,7 +289,6 @@ extern unsigned int nanosleep(unsigned int); # include <sys/un.h> # include <sys/stropts.h> # include <netinet/tcp.h> -# include <procfs/procfs.h> # include <sys/endian.h> # if BYTE_ORDER == LITTLE_ENDIAN # undef _BIG_ENDIAN @@ -312,7 +311,6 @@ extern char *strdup(const char *); #ifdef SOLARIS # include <shadow.h> -# include <sys/procfs.h> # include <sys/un.h> # include <stropts.h> # include <pthread.h> |