Unix domain socket issue found on Mac OS X
Mac OS X (and hence BSD) systems use a different sockaddr_un struct to the rest of the world! Changed the length calculation for the bind() and connect() calls to use a more portable method.
Unix domain socket issue found on Mac OS X
Mac OS X (and hence BSD) systems use a different sockaddr_un
struct to the rest of the world! Changed the length calculation
for the bind() and connect() calls to use a more portable method.