comparison audio/jack2/patch-clang.patch @ 735:0d9490a65130

audio/jack2: initial import, closes #1750
author David Demelier <markand@malikania.fr>
date Tue, 06 Aug 2019 13:23:12 +0200
parents
children
comparison
equal deleted inserted replaced
734:6b5548acde9c 735:0d9490a65130
1 --- posix/JackNetUnixSocket.cpp.orig 2019-08-06 11:03:41.791379557 +0000
2 +++ posix/JackNetUnixSocket.cpp 2019-08-06 11:12:24.479395613 +0000
3 @@ -169,7 +169,7 @@
4
5 int JackNetUnixSocket::Bind()
6 {
7 - return bind(fSockfd, reinterpret_cast<socket_address_t*>(&fRecvAddr), sizeof(socket_address_t));
8 + return ::bind(fSockfd, reinterpret_cast<socket_address_t*>(&fRecvAddr), sizeof(socket_address_t));
9 }
10
11 int JackNetUnixSocket::BindWith(const char* ip)