]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
replace para_connect() by PARA_CONNECT.
authorAndre Noll <maan@systemlinux.org>
Sat, 15 Sep 2007 17:42:29 +0000 (19:42 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Sep 2007 17:42:29 +0000 (19:42 +0200)
PARA_CONNECT is a macro which works for all three socket address types
used in paraslash (sockaddr_in, sockaddr, sockaddr_un) and which does
not need a length parameter.

Change all instances of connect() and para_connect() to use PARA_CONNECT().


No differences found