Add definition for SOCKADDR_HAS_LEN -- this ensures the the correct

code in default/osdNetIntf.c is used.
This commit is contained in:
W. Eric Norum
2000-03-14 16:51:11 +00:00
parent 6ee30c7d0f
commit f7f517e27d

View File

@@ -73,10 +73,8 @@ int select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, st
#define SD_BOTH 2
/*
* Ensure that we get the right network code in osdSock.c
* Ensure that we get the right network code in default/osdNetIntf.c.
*/
#if (defined(BSD) && (BSD < 44))
# define BSD 44
#endif
#define SOCKADDR_HAS_LEN 1
#endif /*osdSockH*/