aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath
diff options
context:
space:
mode:
authorJoel Sing <jsing@google.com>2011-12-21 21:44:47 +1100
committerJoel Sing <jsing@google.com>2011-12-21 21:44:47 +1100
commit9ca57a706c7831f1aab47cedee0d383c3ddb7868 (patch)
tree7ab0b311f936cdbca2194b7f6b51d47b06070ec9 /src/pkg/path/filepath
parent351f7efec489d89dab70d876ef35e1aa75e42b78 (diff)
downloadgo-9ca57a706c7831f1aab47cedee0d383c3ddb7868.tar.xz
crypto/mime/net/time: add netbsd to +build tags
R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5501052
Diffstat (limited to 'src/pkg/path/filepath')
-rw-r--r--src/pkg/path/filepath/path_unix.go2
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 daf0eb2af7..c5ac71efe2 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 openbsd
+// +build darwin freebsd linux netbsd openbsd
package filepath