From bdd78a088dd07f1182dac2a17f9ff0d2353cc429 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 22 Jan 2014 10:58:38 -0800 Subject: [PATCH] archive/tar: add dragonfly build tag R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/55720044 --- src/pkg/archive/tar/stat_atim.go | 2 +- src/pkg/archive/tar/stat_unix.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pkg/archive/tar/stat_atim.go b/src/pkg/archive/tar/stat_atim.go index 72342ef37a..cf9cc79c59 100644 --- a/src/pkg/archive/tar/stat_atim.go +++ b/src/pkg/archive/tar/stat_atim.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 linux openbsd solaris +// +build linux dragonfly openbsd solaris package tar diff --git a/src/pkg/archive/tar/stat_unix.go b/src/pkg/archive/tar/stat_unix.go index e5ba673ccf..cb843db4cf 100644 --- a/src/pkg/archive/tar/stat_unix.go +++ b/src/pkg/archive/tar/stat_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 linux darwin freebsd openbsd netbsd solaris +// +build linux darwin dragonfly freebsd openbsd netbsd solaris package tar -- 2.48.1