From e05c4de914c57718cc657e8928e5025a82e06b90 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Wed, 10 May 2006 22:06:58 +0000 Subject: Update to SRC680_m168 --- editors/openoffice.org-vcltesttool/files/patch-i64906 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice.org-vcltesttool/files/patch-i64906 (limited to 'editors/openoffice.org-vcltesttool/files/patch-i64906') diff --git a/editors/openoffice.org-vcltesttool/files/patch-i64906 b/editors/openoffice.org-vcltesttool/files/patch-i64906 new file mode 100644 index 000000000000..fec74c8029ac --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i64906 @@ -0,0 +1,11 @@ +--- sal/osl/unx/security.c~ Wed May 10 20:57:40 2006 ++++ sal/osl/unx/security.c Wed May 10 22:35:43 2006 +@@ -73,7 +73,7 @@ + static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax); + + static oslSecurityImpl * newSecurityImpl(size_t * bufSize) { +-#ifdef MACOSX ++#if defined (MACOSX) || defined (FREEBSD) + /* #i64906#: sysconf(_SC_GETPW_R_SIZE_MAX) returns -1 on Mac OS X */ + size_t n = 1024; + #else -- cgit v1.2.3