X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85806dc2d85ba9638ac8e60865c98618e18af780..0185cd097844887c308a81fbd137676086ae8580:/src/unix/gsocket.c diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index 0ad0608f4e..ad6dc22ce6 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -64,7 +64,7 @@ struct sockaddr_un { # endif #endif -#endif // SOCKLEN_T +#endif /* SOCKLEN_T */ #define MASK_SIGNAL() \ { \ @@ -325,6 +325,7 @@ GSocket *GSocket_WaitConnection(GSocket *socket) struct sockaddr from; SOCKLEN_T fromlen = sizeof(from); GSocket *connection; + GSocketError err; int arg = 1; assert(socket != NULL);