summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/mozilla/files/xptcstubs.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-30 14:28:18 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-30 14:28:18 +0000
commitb86b4ae5db5c0fbfecb85584f486a17ec0b46437 (patch)
tree51f20ee7f13090389d69cb60110ab403f27b0d8f /openembedded/packages/mozilla/files/xptcstubs.patch
parent06b04dcace4eb99f565b8959d5b7ba1a4ae7f00a (diff)
downloadpoky-b86b4ae5db5c0fbfecb85584f486a17ec0b46437.tar.gz
Add minimo (+ deps: zip, libxi). Update puzzzles to include icon. Update meta packages with new programs.
git-svn-id: https://svn.o-hand.com/repos/poky@86 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/mozilla/files/xptcstubs.patch')
-rw-r--r--openembedded/packages/mozilla/files/xptcstubs.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/packages/mozilla/files/xptcstubs.patch b/openembedded/packages/mozilla/files/xptcstubs.patch
new file mode 100644
index 0000000000..7517acef27
--- /dev/null
+++ b/openembedded/packages/mozilla/files/xptcstubs.patch
@@ -0,0 +1,19 @@
1Index: xptcstubs_arm.cpp
2===================================================================
3RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp,v
4retrieving revision 1.7
5diff -u -r1.7 xptcstubs_arm.cpp
6--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 18 Apr 2004 14:18:18 -0000 1.7
7+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 4 May 2004 18:36:44 -0000
8@@ -45,9 +45,9 @@
9 #endif
10
11 /* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */
12-static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
13+nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
14
15-static nsresult
16+nsresult
17 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
18 {
19 #define PARAM_BUFFER_COUNT 16