diff --git a/WINGs/connection.c b/WINGs/connection.c index f0988128..8e73ae38 100644 --- a/WINGs/connection.c +++ b/WINGs/connection.c @@ -60,7 +60,7 @@ /* For Solaris */ #ifndef INADDR_NONE -# define INADDR_NONE (-1) +# define INADDR_NONE -1 #endif /* Stuff for setting the sockets into non-blocking mode. */