1
0
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:
Ulrich Drepper
2000-11-28 09:00:59 +00:00
parent 2f0c68f5f9
commit cdb914c027

View File

@ -227,7 +227,7 @@ struct cmsghdr
of cmsghdr structure. */
int cmsg_level; /* Originating protocol. */
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. */
};