freebsd8 gcc421/46
utils.c: In function 'utils_is_address_ipv4': utils.c:54: error: 'AF_INET' undeclared (first use in this function) utils.c:54: error: (Each undeclared identifier is reported only once utils.c:54: error: for each function it appears in.) utils.c: In function 'utils_is_address_ipv6': utils.c:63: error: 'AF_INET6' undeclared (first use in this function)
needs sys/socket.h
In file included from socks5.c:24: ../../src/lib/torsocks.h:220: error: expected declaration specifiers or '...' before '*' token ../../src/lib/torsocks.h:220: warning: data definition has no type or storage class ../../src/lib/torsocks.h:220: warning: type defaults to 'int' in declaration of 'LIBC_SYSCALL_RET_TYPE' ../../src/lib/torsocks.h:220: warning: parameter names (without types) in function declaration ../../src/lib/torsocks.h:220: error: 'LIBC_SYSCALL_RET_TYPE' declared as function returning a function
dont know