[svn] Correctly check for unsupported socket families.

This commit is contained in:
hniksic
2003-11-13 12:26:18 -08:00
parent 0f99d1f220
commit 1cfde0c27d
4 changed files with 83 additions and 43 deletions

View File

@@ -56,6 +56,8 @@ enum {
};
int socket_ip_address PARAMS ((int, ip_address *, int));
int unsupported_socket_family_error PARAMS ((int));
/* Flags for select_fd's WAIT_FOR argument. */
enum {
WAIT_FOR_READ = 1,