Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#236 closed defect (fixed)

sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR

Reported by: KO Myung-Hun 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 (1)

socket.diff (550 bytes) - added by KO Myung-Hun 13 years ago.
Patch for CMSG_NXTHDR

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by KO Myung-Hun

Attachment: socket.diff added

Patch for CMSG_NXTHDR

comment:1 Changed 12 years ago by bird

Milestone: libc-0.6.5
Resolution: fixed
Status: newclosed

Thanks for spotting this. Done in r3757 and r3758.

comment:2 Changed 12 years ago by bird

Summary: Use _ALIGN instead of ALIGN for CMSG_NXTHDRsys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR
Note: See TracTickets for help on using tickets.