summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-04 15:06:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:48 +0200
commitbe9e7782309a176a68ff856dc18d737813fb14ae (patch)
tree02720408160fb4d8749174de0bfd9f6f06052734 /tools
parentcorrect indentation (diff)
downloadcore-be9e7782309a176a68ff856dc18d737813fb14ae.tar.gz
core-be9e7782309a176a68ff856dc18d737813fb14ae.zip
remove outdated RS6000 checks
Diffstat (limited to 'tools')
-rw-r--r--tools/source/stream/strmunx.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index c3144ed3bd57..7c2c6513edfa 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -184,7 +184,7 @@ static sal_uInt32 GetSvError( int nErrno )
{ 0, SVSTREAM_OK },
{ EACCES, SVSTREAM_ACCESS_DENIED },
{ EBADF, SVSTREAM_INVALID_HANDLE },
-#if defined(RS6000) || defined(NETBSD) || \
+#if defined(NETBSD) || \
defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) || \
defined(__FreeBSD_kernel__) || defined (AIX) || defined(DRAGONFLY) || \
defined(IOS)
@@ -201,7 +201,7 @@ static sal_uInt32 GetSvError( int nErrno )
{ EAGAIN, SVSTREAM_LOCKING_VIOLATION },
{ EISDIR, SVSTREAM_PATH_NOT_FOUND },
{ ELOOP, SVSTREAM_PATH_NOT_FOUND },
-#if !defined(RS6000) && !defined(NETBSD) && !defined (FREEBSD) && \
+#if !defined(NETBSD) && !defined (FREEBSD) && \
!defined(MACOSX) && !defined(OPENBSD) && !defined(__FreeBSD_kernel__) && \
!defined(DRAGONFLY)
{ EMULTIHOP, SVSTREAM_PATH_NOT_FOUND },