]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove socket address parameter of create_local_socket().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 22:21:13 +0000 (23:21 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Feb 2015 10:45:26 +0000 (11:45 +0100)
commit0c4bb93fbfc543cf2c5ff2acb6a7f7a824163b57
tree5ca714fc7d11752b1736d782724e578e50882092
parent3943f98061a55f373991ecb2e4429ec02baf0555
Remove socket address parameter of create_local_socket().

The two callers of create_local_socket() are not interested in
the sockaddr_un structure at all. So we may define the structure
in create_local_socket() rather than in each caller, and kill the
function parameter.
afs.c
audiod.c
net.c
net.h