Use AF_UNIX, not AF_LOCAL, since the former is in POSIX and the latter is not.
[u/mdw/putty] / unix / uxgen.c
2004-01-22 simonAdded a command-line key generation tool. Currently...