K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-06T14:19:44.468566Z K 7 svn:log V 676 audio/ecasound: unbreak build with Clang 6 (C++14 by default) eca-neteci-server.cpp:179:11: error: assigning to 'int' from incompatible type '__bind' res = bind(srvfd_rep, (struct sockaddr*)&addr_un_rep, sizeof(addr_un_rep)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eca-neteci-server.cpp:181:11: error: assigning to 'int' from incompatible type '__bind' res = bind(srvfd_rep, (struct sockaddr*)&addr_in_rep, sizeof(addr_in_rep)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 224669) END