INADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 14 Jan 2005 19:28:18 +0000 (19:28 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 14 Jan 2005 19:28:18 +0000 (19:28 +0000)
commit72e2207991a533661d8096d9d46b3fc8465a34ec
tree781d9fd79799fb5f9c4674c0ddd5cdf16281c6be
parent585fc1f1693b276c5844e2afd2de206e7158888c
INADDR_NONE is nonstandard.  Use (in_addr_t)(-1) instead.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5109 cda61777-01e9-0310-a592-d414129be87e
unix/uxnet.c