Added missing entry in a socket family table. This was a serious

bug and should've failed on all platforms but just happened to
work on linux and windows.
This commit is contained in:
crs 2003-01-25 13:34:17 +00:00
parent c4bdd235d0
commit 188d89108b
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#endif
static const int s_family[] = {
PF_UNSPEC,
PF_INET
};
static const int s_type[] = {

View File

@ -18,6 +18,7 @@
#include "XArchWindows.h"
static const int s_family[] = {
PF_UNSPEC,
PF_INET
};
static const int s_type[] = {