From 703ae26edd490e5ba213cd1d1fd202805c80059d 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. --- xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp b/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp index 862ca118a476..a9bf2c4e870e 100644 --- a/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp +++ b/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)