Use AF_UNIX, not AF_LOCAL, since the former is in POSIX and the latter is not.
[u/mdw/putty] / unix / uxnoise.c
2002-11-07 simonImprove robustness in random seed file handling.
2002-11-02 simonImprove the noise collection for the internal random...
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...