Fix last patch.

This commit is contained in:
Ulrich Drepper 2000-11-28 09:00:59 +00:00
parent 2f0c68f5f9
commit cdb914c027
1 changed files with 1 additions and 1 deletions

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. */
};