From 42dfd3a53942a6963e6de3ad402556d193500056 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Fri, 25 Jun 1999 01:06:49 +0000 Subject: [PATCH] Fix for OpenBSD and potentially Solaris/x86. git-svn-id: svn://10.0.0.236/trunk@36803 18797224-902f-48f8-a5cc-f745e15eee43 --- .../reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp b/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp index 862ca118a47..a9bf2c4e870 100644 --- a/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp +++ b/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp @@ -20,7 +20,8 @@ #include "xptcprivate.h" -#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(NTO) || defined(__BEOS__) +#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \ + defined(__bsdi__) || defined(NTO) || defined(__BEOS__) || defined(__sun__) static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)