aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-01-19 04:52:12 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-01-19 04:52:12 +0000
commitddc606cef767f479a4ad8b1d05fd1049a755d06a (patch)
tree4de34c3a39bbf4e725b5c372faa085641efbed69 /gcc
parent674dddfe2db0280637f2f71211f9fd2018f555e8 (diff)
downloadgcc-ddc606cef767f479a4ad8b1d05fd1049a755d06a.zip
gcc-ddc606cef767f479a4ad8b1d05fd1049a755d06a.tar.gz
gcc-ddc606cef767f479a4ad8b1d05fd1049a755d06a.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index be2cc54..9cc8188 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-8195b62d353026256037fa44409c4ad95762e6b7
+bce8720d4eb662f31026e9c7be6ce4d0aeb4ae3b
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.