From f3ed042f0cbeb4f5b5b80089b8ff524c2f7bfe29 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 18 Apr 2000 18:09:35 +0000 Subject: [PATCH] Small cleanup --- WINGs/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */