summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx b/editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx
new file mode 100644
index 000000000000..6016d8eade94
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx
@@ -0,0 +1,23 @@
+Index: stoc/source/corereflection/criface.cxx
+===================================================================
+RCS file: /cvs/udk/stoc/source/corereflection/criface.cxx,v
+retrieving revision 1.6
+diff -u -r1.6 criface.cxx
+--- stoc/source/corereflection/criface.cxx 3 May 2001 13:56:57 -0000 1.6
++++ stoc/source/corereflection/criface.cxx 28 Jul 2005 12:24:08 -0000
+@@ -60,14 +60,7 @@
+ ************************************************************************/
+
+ #include <sal/config.h>
+-#ifdef SAL_UNX
+-#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD))
+-#include <alloca.h>
+-#endif
+-#endif
+-#ifndef MACOSX
+-#include <malloc.h>
+-#endif
++#include <stdlib.h>
+ #ifndef _RTL_ALLOC_H_
+ #include <rtl/alloc.h>
+ #endif