Ticket #236 (closed defect: fixed)
sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR
| Reported by: | komh | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.5 |
| Component: | libc | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi/2.
ALIGN is not defined due to _NO_NAMESPACE_POLLUTION.
So CMSG_NXTHDR should use _ALIGN not ALIGN.
Attachments
Change History
Changed 2 years ago by komh
- Attachment socket.diff added
Note: See
TracTickets for help on using
tickets.

Patch for CMSG_NXTHDR