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

Unified Diff: src/pkg/os/exec_posix.go

Issue 13183044: code review 13183044: os: dragonfly support (Closed)
Patch Set: diff -r a109d5e7402e https://go.googlecode.com/hg/ Created 11 years, 7 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/os/exec/lp_unix_test.go ('k') | src/pkg/os/exec_unix.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/os/exec_posix.go
===================================================================
--- a/src/pkg/os/exec_posix.go
+++ b/src/pkg/os/exec_posix.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 openbsd windows
+// +build darwin dragonfly freebsd linux netbsd openbsd windows
package os
« no previous file with comments | « src/pkg/os/exec/lp_unix_test.go ('k') | src/pkg/os/exec_unix.go » ('j') | no next file with comments »

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