From cf54a93ca9e19864126abefd6649525a9dc23d51 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 3 Feb 2012 01:06:19 +0000 Subject: [PATCH] mksysinfo: Fix type of last field of Cmsghdr. From-SVN: r183860 --- libgo/mksysinfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh index bca814c..62296b8 100755 --- a/libgo/mksysinfo.sh +++ b/libgo/mksysinfo.sh @@ -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. -- 2.7.4