summaryrefslogtreecommitdiff
path: root/audio/ecasound/files/patch-ecasound_eca-neteci-server.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/ecasound: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-061-0/+25
eca-neteci-server.cpp:179:11: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned long>' 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<int &, sockaddr *, unsigned long>' res = bind(srvfd_rep, (struct sockaddr*)&addr_in_rep, sizeof(addr_in_rep)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458275