1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
Commit graph

2 commits

Author SHA1 Message Date
Renato Botelho
b945281c83 Update net/xmlrpc to 1.43.08
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-10-29 19:36:04 +00:00
Jan Beich
63a2fd7ee3 net/xmlrpc-c: unbreak build with Clang 6 (C++14 by default)
server_abyss.cpp:88:14: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *,
      unsigned long>'
        rc = bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
2018-01-06 14:19:22 +00:00