projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1841202
)
mksysinfo: Fix type of last field of Cmsghdr.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Fri, 3 Feb 2012 01:06:19 +0000
(
01:06
+0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Fri, 3 Feb 2012 01:06:19 +0000
(
01:06
+0000)
From-SVN: r183860
libgo/mksysinfo.sh
patch
|
blob
|
history
diff --git
a/libgo/mksysinfo.sh
b/libgo/mksysinfo.sh
index bca814c65be97fd042fdd101ed093fed655da20a..62296b8af2f93dd03634134eb3446379688b53f7 100755
(executable)
--- 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.