r256875 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Jan 19 04:52:00 GMT 2018


Author: ian
Date: Fri Jan 19 04:52:12 2018
New Revision: 256875

URL: https://gcc.gnu.org/viewcvs?rev=256875&root=gcc&view=rev
Log:
    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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/mksysinfo.sh



More information about the Gcc-cvs mailing list