Opened 13 years ago
Closed 13 years ago
#7860 closed enhancement (fixed)
netinet/in_systm.h needs implementing
Reported by: | dacha | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Network Kit | Version: | R1/alpha3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Wine cannot compile because dlls/iphlpapi/icmp.c expects n_long to be defined. On Linux and FreeBSD n_long is defined by including netinet/in_systm.h, however on Haiku that file is empty and no other file defines n_long.
FreeBSD's implementation is only 58 lines long (http://www.leidinger.net/FreeBSD/dox/netinet/html/d9/dce/in__systm_8h_source.html). Copy it?
Change History (2)
comment:1 by , 13 years ago
Component: | - General → Kits/Network Kit |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It's not even self-containing. I took the liberty to add the definition it needs (but no implementation of iptime()) in hrev42468.