archive/tar: add dragonfly build tag

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/55720044
This commit is contained in:
Michael Gehring 2014-01-22 10:58:38 -08:00 committed by Brad Fitzpatrick
parent 951c84c41b
commit bdd78a088d
2 changed files with 2 additions and 2 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 linux openbsd solaris
// +build linux dragonfly openbsd solaris
package tar

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