Commit cf54a93c by Ian Lance Taylor

mksysinfo: Fix type of last field of Cmsghdr.

From-SVN: r183860
parent 1841202b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment