]> Cypherpunks repositories - gostls13.git/commitdiff
archive/tar: add dragonfly build tag
authorMichael Gehring <mg@ebfe.org>
Wed, 22 Jan 2014 18:58:38 +0000 (10:58 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Jan 2014 18:58:38 +0000 (10:58 -0800)
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/55720044

src/pkg/archive/tar/stat_atim.go
src/pkg/archive/tar/stat_unix.go

index 72342ef37a833056767fe751b043d3806585352c..cf9cc79c5915bace0af0e81fa4df961f3a68553c 100644 (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
 
index e5ba673ccf3f950017f74d93856eb44f25f237ee..cb843db4cfd65815830128cc0aa285dee36f7123 100644 (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