mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 19 Jan 2018 04:52:12 +0000 (04:52 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 19 Jan 2018 04:52:12 +0000 (04:52 +0000)
commitddc606cef767f479a4ad8b1d05fd1049a755d06a
tree4de34c3a39bbf4e725b5c372faa085641efbed69
parent674dddfe2db0280637f2f71211f9fd2018f555e8
mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32

    Solaris 10 uses int32 for the Pw_uid and Pw_gid fields of Passwd,
    but most systems, including Solaris 11, use uint32.  Force uint32
    for consistency and to fix the build.

    Reviewed-on: https://go-review.googlesource.com/88195

From-SVN: r256875
gcc/go/gofrontend/MERGE
libgo/mksysinfo.sh