diff options
Diffstat (limited to 'www/firefox/patches/patch-cb')
-rw-r--r-- | www/firefox/patches/patch-cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/patches/patch-cb b/www/firefox/patches/patch-cb index a46063c0071..479a817caef 100644 --- a/www/firefox/patches/patch-cb +++ b/www/firefox/patches/patch-cb @@ -1,6 +1,6 @@ -$NetBSD: patch-cb,v 1.1 2004/08/24 14:28:33 aymeric Exp $ +$NetBSD: patch-cb,v 1.2 2005/09/22 14:14:04 jlam Exp $ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2001-09-28 22:12:52.000000000 +0200 +--- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp.orig 2001-09-28 20:12:52.000000000 +0000 +++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp @@ -104,8 +104,10 @@ invoke_copy_to_stack(PRUint32* d, if ((PRUint32) d & 4) d++; // doubles are 8-byte aligned on stack |