if2ip.c related preprocessor cleanup

This commit is contained in:
Yang Tse 2008-11-17 14:24:15 +00:00
parent ecd3251542
commit 608fdce0a0
6 changed files with 45 additions and 92 deletions

View file

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