Commit 98dfd400 authored by Sebastien Binet's avatar Sebastien Binet Committed by Brad Fitzpatrick

os/user: fix build with "osusergo" build tag

Fixes #24841
Updates #24845

Change-Id: I4a5c05f4cbf9692bd6cab48baf3cc51fa43fe5a9
Reviewed-on: https://go-review.googlesource.com/106837Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent b08a9b7e
......@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris
// +build cgo
// +build cgo,!osusergo
package user
......
......@@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build dragonfly freebsd !android,linux netbsd openbsd
// +build cgo,!osusergo
package user
......
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