From e68108efb85528d2e4cf92715d749dbc31adb585 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 19 Aug 2006 12:10:14 +0000 Subject: Update to OOD680_m1. This is the snapshot from release branch of OOo. http://development.openoffice.org/releases/2.0.OOD_m1_snapshot.html This branch will become 2.0.4, thus I set version number for this release as 2.0.4.m1. According to Martin H. http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=9787 we again use OOo_2.0.1_source.tar.gz for the filename which is the same as 2.0.1 release. --- editors/openoffice.org-2.0/files/patch-i64762 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 editors/openoffice.org-2.0/files/patch-i64762 (limited to 'editors/openoffice.org-2.0/files/patch-i64762') diff --git a/editors/openoffice.org-2.0/files/patch-i64762 b/editors/openoffice.org-2.0/files/patch-i64762 deleted file mode 100644 index 70b535dd070c..000000000000 --- a/editors/openoffice.org-2.0/files/patch-i64762 +++ /dev/null @@ -1,19 +0,0 @@ -Index: sal/osl/unx/security.c -=================================================================== -RCS file: /cvs/porting/sal/osl/unx/security.c,v -retrieving revision 1.18 -diff -u -r1.18 security.c ---- sal/osl/unx/security.c 20 Apr 2006 16:24:05 -0000 1.18 -+++ sal/osl/unx/security.c 25 Apr 2006 21:35:23 -0000 -@@ -57,6 +57,11 @@ - #define PAM_BINARY_MSG 6 - #endif - -+#include //C99 contains SIZE_MAX -+#ifndef SIZE_MAX -+#define SIZE_MAX (sizeof (size_t) -1) -+#endif -+ - extern oslModule SAL_CALL osl_psz_loadModule(const sal_Char *pszModuleName, sal_Int32 nRtldMode); - extern void* SAL_CALL osl_psz_getSymbol(oslModule hModule, const sal_Char* pszSymbolName); - static oslSecurityError SAL_CALL -- cgit v1.2.3