added SD_BOTH definition

This commit is contained in:
William Lupton
2000-03-13 08:51:01 +00:00
parent 3c76688a88
commit 03fd3956d5

View File

@@ -64,5 +64,9 @@ typedef int osiSockIoctl_t;
#define SOCK_EMFILE EMFILE
#define SOCK_SHUTDOWN ESHUTDOWN
#ifndef SD_BOTH
#define SD_BOTH 2
#endif
#endif /*osdSockH*/