mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix last patch.
This commit is contained in:
@ -227,7 +227,7 @@ struct cmsghdr
|
|||||||
of cmsghdr structure. */
|
of cmsghdr structure. */
|
||||||
int cmsg_level; /* Originating protocol. */
|
int cmsg_level; /* Originating protocol. */
|
||||||
int cmsg_type; /* Protocol specific type. */
|
int cmsg_type; /* Protocol specific type. */
|
||||||
__extension__ unsigned char __flexarr; /* Ancillary data. */
|
__extension__ unsigned char __cmsg_data __flexarr; /* Ancillary data. */
|
||||||
/* XXX Perhaps this should be removed. */
|
/* XXX Perhaps this should be removed. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user