]> Cypherpunks repositories - gostls13.git/commitdiff
all: add solaris build tags
authorAram Hăvărneanu <aram@mgk.ro>
Wed, 8 Jan 2014 04:53:30 +0000 (23:53 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 8 Jan 2014 04:53:30 +0000 (23:53 -0500)
R=golang-codereviews, minux.ma, gobot, rsc, dave
CC=golang-codereviews
https://golang.org/cl/36040043

src/cmd/go/signal_unix.go
src/pkg/archive/tar/stat_atim.go
src/pkg/archive/tar/stat_unix.go
src/pkg/crypto/rand/rand_unix.go
src/pkg/crypto/x509/root_unix.go
src/pkg/mime/type_unix.go
src/pkg/path/filepath/path_unix.go
src/pkg/time/sys_unix.go
src/pkg/time/zoneinfo_unix.go

index 00c71657f5a399ed20e37512f4426dba3cbf0e68..8faa7efa76e54723278354fe7cf939e8f9edf937 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 darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package main
 
index 6029b0871231316aad7e4667658c04ba969fc8ce..72342ef37a833056767fe751b043d3806585352c 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
+// +build linux openbsd solaris
 
 package tar
 
index 92bc92424293aa8c76b549d030a6559e7f4844df..e5ba673ccf3f950017f74d93856eb44f25f237ee 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
+// +build linux darwin freebsd openbsd netbsd solaris
 
 package tar
 
index 238ceee557dbcb391cf09e2941186d04af0c5c69..0fbd7eaf5794bab6492f4e84d894df833cf42bf6 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 darwin dragonfly freebsd linux netbsd openbsd plan9
+// +build darwin dragonfly freebsd linux netbsd openbsd plan9 solaris
 
 // Unix cryptographically secure pseudorandom number
 // generator.
index 324f855b135c67bf69b11b0b32c4e47dd6085f1b..a5bd19e821695d6352a00f2ecf2d428b6f6a129b 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 dragonfly freebsd linux openbsd netbsd
+// +build dragonfly freebsd linux openbsd netbsd solaris
 
 package x509
 
index 713e301cdf27d2a35a7a603f207f861682cd44c4..d949ba3f3e5ece6473337cdb51935a7bb32d39c6 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 darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package mime
 
index d927b342be0bdba869d84684d5e0d32192e9e287..2be675c3af1dc0b89765a5787507c67c7394903e 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 darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package filepath
 
index 60a3ce08f906f0587c6f41e91bc6d696d1b1aab1..36c214b6b093b99d3df23918807bd654d76eae24 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 darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 package time
 
index fc5ae89fe5950eb6e63418051687579aeed4c449..26159c1aa038f5069e8363ef1f33bb2b87859842 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 darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux netbsd openbsd solaris
 
 // Parse "zoneinfo" time zone file.
 // This is a fairly standard file format used on OS X, Linux, BSD, Sun, and others.