INADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
[sgt/putty] / ldisc.h
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-10-26 simonRichard points out that it would probably help if I...