K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2011-02-12T06:50:25.669383Z
K 7
svn:log
V 337
Initialize socket structures and use SUN_LEN properly

From Bo Lindbergh: innd failed to bind to an unprivileged socket.  I found
the problem in lib/network.c (a sockaddr_in with uninitialised spare
bits in it).  Then I grepped around and found more instances of the same
problem.  I also found a sockaddr_un problem (SUN_LEN not used).

END
