<div dir="ltr"><div>Hi,</div><div><br></div><div>Newbie question, I think sin_len is not in linux include files(netinet/in.h), is it it in FreeBSD?</div><div><br></div><div><div>/test/llvm/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp:1383:25: error: no member named 'sin_len' in 'sockaddr_in'</div>
<div>            accept_addr.sin_len = sizeof accept_addr;</div><div>            ~~~~~~~~~~~ ^</div><div>/test/llvm/llvm/tools/lldb/source/Core/ConnectionFileDescriptor.cpp:1402:66: error: no member named 'sin_len' in 'sockaddr_in'</div>
<div>                if (accept_addr_len == listen_addr.sockaddr_in().sin_len &&</div></div><div><br></div><div>The build worked before the following revision, sin_len was added:</div><br><div><a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ConnectionFileDescriptor.cpp?r1=195273&r2=196547&diff_format=h">http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ConnectionFileDescriptor.cpp?r1=195273&r2=196547&diff_format=h</a><br>
</div><div><br></div><div>Thx,</div><div>dx</div></div>