$NetBSD: patch-aa,v 1.1 2003/09/22 12:30:24 wiz Exp $ --- cstream.c.orig Wed Jul 11 17:13:05 2001 +++ cstream.c @@ -93,6 +93,11 @@ #include #include +/* Solaris needs this */ +#ifndef INADDR_NONE +#define INADDR_NONE 0xffffffff +#endif + #ifndef NORESOLV #include #endif