diff options
| author | Joel Sing <jsing@google.com> | 2013-08-24 02:22:52 +1000 |
|---|---|---|
| committer | Joel Sing <jsing@google.com> | 2013-08-24 02:22:52 +1000 |
| commit | 4186e9d31321128322e3eaaa27c66fb8e8b7df63 (patch) | |
| tree | 1a487b40a7ac9b19ad368ec8bca9c875ebfb9afc /src/pkg/path/filepath | |
| parent | fce060856112dc1929b77b55aba5c5b8347a8d30 (diff) | |
| download | go-4186e9d31321128322e3eaaa27c66fb8e8b7df63.tar.xz | |
all: dragonfly support
Enable remaining packages (crypto, mime, path, time) to build on dragonfly.
R=bradfitz
CC=golang-dev
https://golang.org/cl/13190043
Diffstat (limited to 'src/pkg/path/filepath')
| -rw-r--r-- | src/pkg/path/filepath/path_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/filepath/path_unix.go b/src/pkg/path/filepath/path_unix.go index cff7b2c65c..d927b342be 100644 --- a/src/pkg/path/filepath/path_unix.go +++ b/src/pkg/path/filepath/path_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 openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd package filepath |
