[Bug 18225] New: [trunk] [PATCH] fix Linux build due missing sockaddr_in.sin_len

Bug ID 18225
Summary [trunk] [PATCH] fix Linux build due missing sockaddr_in.sin_len
Product lldb
Version unspecified
Hardware PC
OS All
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter ono@java.pl
Classification Unclassified

Created attachment 11714 [details]
Fix compilation in Linux due sockaddr_in.sin_len

Since few days lldb compilation fail on Linux due sockaddr_in.sin_len does not
exist there.

Attaching patch that fixes this issue.

Sylvestre Ledru changed bug 18225

What | Removed | Added |

Comment # 1 on bug 18225 from Sylvestre Ledru

and two patches have been sent on the mailing list.
Anyway, I am going to commit mine. It is blocking too much people currently.

*** This bug has been marked as a duplicate of bug 18210 ***