mksysinfo: Fix type of last field of Cmsghdr.
From-SVN: r183860
This commit is contained in:
parent
1841202b90
commit
cf54a93ca9
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue