mirror of git://gcc.gnu.org/git/gcc.git
mksysinfo: Fix type of last field of Cmsghdr.
From-SVN: r183860
This commit is contained in:
parent
1841202b90
commit
cf54a93ca9
|
|
@ -507,6 +507,7 @@ if test -n "$cmsghdr"; then
|
||||||
-e 's/cmsg_len *[a-zA-Z0-9_]*/Len Cmsghdr_len_t/' \
|
-e 's/cmsg_len *[a-zA-Z0-9_]*/Len Cmsghdr_len_t/' \
|
||||||
-e 's/cmsg_level/Level/' \
|
-e 's/cmsg_level/Level/' \
|
||||||
-e 's/cmsg_type/Type/' \
|
-e 's/cmsg_type/Type/' \
|
||||||
|
-e 's/\[\]/[0]/' \
|
||||||
>> ${OUT}
|
>> ${OUT}
|
||||||
|
|
||||||
# The size of the cmsghdr struct.
|
# The size of the cmsghdr struct.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue