Commit bdd78a08 authored by Michael Gehring's avatar Michael Gehring Committed by Brad Fitzpatrick

archive/tar: add dragonfly build tag

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/55720044
parent 951c84c4
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment