fixed minor source glitches

This commit is contained in:
2012-04-30 10:03:55 +00:00
parent 31739d58f4
commit c1f46c95ff
5 changed files with 126 additions and 4 deletions

View File

@ -43,7 +43,9 @@ enum
union sockaddr_t
{
struct sockaddr_in in4;
#if defined(AF_INET6)
struct sockaddr_in6 in6;
#endif
};
static qse_ssize_t socket_input (