diff options
Diffstat (limited to 'lib/setup.h')
-rw-r--r-- | lib/setup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/setup.h b/lib/setup.h index 66ddd38cb..5b675edda 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -355,7 +355,6 @@ # define sclose(x) close_s(x) # define select(n,r,w,x,t) select_s(n,r,w,x,t) # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) -# define IOCTL_3_ARGS # include <tcp.h> # ifdef word # undef word @@ -430,10 +429,6 @@ #endif #endif -#ifdef mpeix -#define IOCTL_3_ARGS -#endif - #ifdef NETWARE int netware_init(void); #ifndef __NOVELL_LIBC__ |