Opened 17 years ago
Closed 17 years ago
#2248 closed bug (fixed)
[PATCH] Fix struct issue in private net_buffer.h
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Network & Internet | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Bluetooth build (h2generic
driver) on Haiku is currently broken due to lack of struct
for ancillary_data_container
in headers/private/net/net_buffer.h
.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | net_buffer.h.diff added |
---|
comment:1 by , 17 years ago
The above patch fixes this by adding struct
. An alternative might be a typedef for ancillary_data_container
.
Note:
See TracTickets
for help on using tickets.
Proposed patch