diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 09:00:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 09:00:59 +0000 |
commit | cdb914c027911777825a285fd0f291b2139edfb8 (patch) | |
tree | cd4dd89d171c21fdd70c3bc62b4f95f22b35989f /sysdeps | |
parent | 2f0c68f5f904884b1ca6daba9160509d37757ee2 (diff) | |
download | glibc-cdb914c027911777825a285fd0f291b2139edfb8.tar glibc-cdb914c027911777825a285fd0f291b2139edfb8.tar.gz glibc-cdb914c027911777825a285fd0f291b2139edfb8.tar.bz2 glibc-cdb914c027911777825a285fd0f291b2139edfb8.zip |
Fix last patch.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index fef4ab1c75..a7774424e9 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -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. */ }; |