Fix for OpenBSD and potentially Solaris/x86.

git-svn-id: svn://10.0.0.236/trunk@36803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-06-25 01:06:49 +00:00
parent b832b663a2
commit 42dfd3a539

View File

@@ -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)