diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-23 05:40:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-23 05:40:42 +0000 |
commit | c755aa5f08ade861b7347b18753795dd9386c14a (patch) | |
tree | 7c4fcc49a0bb8a146db07fd38415b4b3d73f6b52 /www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc | |
parent | fix net/tcpview: Chase AF_{NS/NETBIOS} (bento) (diff) |
Update to 1.5a.
Diffstat (limited to 'www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc')
-rw-r--r-- | www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc b/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc new file mode 100644 index 000000000000..ed281efd9234 --- /dev/null +++ b/www/mozilla-devel/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc @@ -0,0 +1,11 @@ +--- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Sun Jul 20 11:45:41 2003 ++++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Sun Jul 20 11:49:09 2003 +@@ -8,7 +8,7 @@ + * 1 is AddRef + * 2 is Release + */ +-#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) ++#if !defined(__ia64) + XPTC_EXPORT NS_IMETHOD Stub3(); + XPTC_EXPORT NS_IMETHOD Stub4(); + XPTC_EXPORT NS_IMETHOD Stub5(); |