summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-27 07:24:47 +0000
committerRichard Levitte <levitte@openssl.org>2003-09-27 07:24:47 +0000
commitf0ad5fc2ab6cfd3e0566b9602660b10bfbacdcc9 (patch)
tree08bc570adb1aa42436957091a6f2a6da9e536188 /e_os.h
parent5f444c8fcd2338477c988c775c847624284638b9 (diff)
Add necessary changes to be able to build on VxWorks for PPC860.
Contributed by Bob Bradley <bob@chaoticsoftware.com>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 4c6e70dffa..420479edc8 100644
--- a/e_os.h
+++ b/e_os.h
@@ -522,7 +522,7 @@ extern char *sys_errlist[]; extern int sys_nerr;
#if defined(ioctlsocket)
#undef ioctlsocket
#endif
-#define ioctlsocket(a,b,c) ioctl((a),(b),*(c))
+#define ioctlsocket(a,b,c) ioctl((a),(b),*(int*)(c))
#include <vxWorks.h>
#include <sockLib.h>