Fix for OpenBSD and potentially Solaris/x86.

This commit is contained in:
briano%netscape.com 1999-06-25 01:06:49 +00:00
Родитель d7a352e115
Коммит 703ae26edd
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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