Commit 199ebde3 by Ian Lance Taylor

mksysinfo: Fix use of _in6_addr in _zone_net_addr_t.

From Rainer Orth.

From-SVN: r185938
parent 1ab8b791
...@@ -938,4 +938,9 @@ grep '^type _sock_fprog ' gen-sysinfo.go | \ ...@@ -938,4 +938,9 @@ grep '^type _sock_fprog ' gen-sysinfo.go | \
-e 's/_sock_filter/SockFilter/' \ -e 's/_sock_filter/SockFilter/' \
>> ${OUT} >> ${OUT}
# The Solaris 11 Update 1 _zone_net_addr_t struct.
grep '^type _zone_net_addr_t ' gen-sysinfo.go | \
sed -e 's/_in6_addr/[16]byte/' \
>> ${OUT}
exit $? exit $?
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