summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits/socket.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-28 09:00:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-28 09:00:59 +0000
commitcdb914c027911777825a285fd0f291b2139edfb8 (patch)
treecd4dd89d171c21fdd70c3bc62b4f95f22b35989f /sysdeps/unix/sysv/linux/bits/socket.h
parent2f0c68f5f904884b1ca6daba9160509d37757ee2 (diff)
Fix last patch.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/socket.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/socket.h2
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. */
};