mksysinfo: Fix type of last field of Cmsghdr.

From-SVN: r183860
This commit is contained in:
Ian Lance Taylor 2012-02-03 01:06:19 +00:00
parent 1841202b90
commit cf54a93ca9

View file

@ -507,6 +507,7 @@ if test -n "$cmsghdr"; then
-e 's/cmsg_len *[a-zA-Z0-9_]*/Len Cmsghdr_len_t/' \
-e 's/cmsg_level/Level/' \
-e 's/cmsg_type/Type/' \
-e 's/\[\]/[0]/' \
>> ${OUT}
# The size of the cmsghdr struct.