Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(487)

Unified Diff: src/pkg/os/user/lookup_unix.go

Issue 6855086: cgo: enable cgo on OpenBSD (Closed)
Patch Set: diff -r 03a6b8c9c396 https://code.google.com/p/go/ Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/net/cgo_unix.go ('k') | src/pkg/runtime/cgo/gcc_openbsd_386.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/os/user/lookup_unix.go
===================================================================
--- a/src/pkg/os/user/lookup_unix.go
+++ b/src/pkg/os/user/lookup_unix.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin freebsd linux netbsd
+// +build darwin freebsd linux netbsd openbsd
// +build cgo
package user
« no previous file with comments | « src/pkg/net/cgo_unix.go ('k') | src/pkg/runtime/cgo/gcc_openbsd_386.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b