search for: __const_sockaddr_arg

Displaying 1 result from an estimated 1 matches for "__const_sockaddr_arg".

2018 Apr 04
1
Tinc 1.1_pre15 compilation issue witrh glibc 2.25
...ck) < 0) { ^ In file included from /usr/include/netinet/in.h:23:0, from /usr/include/netdb.h:27, from have.h:109, from system.h:26, from uml_device.c:21: /usr/include/sys/socket.h:131:12: note: expected ‘__CONST_SOCKADDR_ARG {aka union <anonymous>}’ but argument is of type ‘const struct sockkadr *’ extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len); ^~~~~~~ ----------------------------------------- /usr/include/sys/socket.h is from glibc 2.25, I am using gcc 6.4.0. Changing...