From f6b659cba4bab69cd36cdc492f2bdab2d848d819 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Sep 2003 07:34:49 +0000 Subject: Add necessary changes to be able to build on VxWorks for PPC860. Contributed by Bob Bradley --- e_os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index 3f7cdf4b51..aad0a7eaeb 100644 --- a/e_os.h +++ b/e_os.h @@ -541,7 +541,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 #include -- cgit v1.2.3