os: dragonfly support

Make the os package build and work on dragonfly.

R=bradfitz
CC=golang-dev
https://golang.org/cl/13183044
This commit is contained in:
Joel Sing 2013-08-24 02:15:50 +10:00
parent f3442a80c3
commit 6939061d47
18 changed files with 89 additions and 18 deletions

View file

@ -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
// +build darwin dragonfly freebsd linux netbsd openbsd
package exec