diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-08-19 12:10:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-08-19 12:10:14 +0000 |
commit | e68108efb85528d2e4cf92715d749dbc31adb585 (patch) | |
tree | cf51edc082a72384c38ce42b7a39f5837d928750 /editors/openoffice.org-3-RC/files/patch-i64762 | |
parent | Remove two warnings of portlint (diff) |
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.
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-i64762')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i64762 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i64762 b/editors/openoffice.org-3-RC/files/patch-i64762 deleted file mode 100644 index 70b535dd070c..000000000000 --- a/editors/openoffice.org-3-RC/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 <stdint.h> //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 |