]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/mime/net/time: add netbsd to +build tags
authorJoel Sing <jsing@google.com>
Wed, 21 Dec 2011 10:44:47 +0000 (21:44 +1100)
committerJoel Sing <jsing@google.com>
Wed, 21 Dec 2011 10:44:47 +0000 (21:44 +1100)
R=golang-dev, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5501052

21 files changed:
src/pkg/crypto/rand/rand_unix.go
src/pkg/mime/type_unix.go
src/pkg/net/cgo_stub.go
src/pkg/net/dnsclient_unix.go
src/pkg/net/dnsconfig.go
src/pkg/net/fd.go
src/pkg/net/file.go
src/pkg/net/interface_bsd.go
src/pkg/net/iprawsock_posix.go
src/pkg/net/ipsock_posix.go
src/pkg/net/lookup_unix.go
src/pkg/net/newpollserver.go
src/pkg/net/port.go
src/pkg/net/sendfile_stub.go
src/pkg/net/sock.go
src/pkg/net/sock_bsd.go
src/pkg/net/udpsock_posix.go
src/pkg/net/unixsock_posix.go
src/pkg/path/filepath/path_unix.go
src/pkg/time/sys_unix.go
src/pkg/time/zoneinfo_unix.go

index d9cddf6d2ad2830d61cad1d6ece74a78cd06eb2f..5d4fc8198ac8cf85182fdeb15f33d6c91a5b3b1d 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 // Unix cryptographically secure pseudorandom number
 // generator.
index 2950e7b400654374e9c024737c0acadf00f6845d..2dab1eac78d41d5fb95d31f120659856de67998b 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 freebsd linux openbsd plan9
+// +build darwin freebsd linux netbsd openbsd plan9
 
 package mime
 
index fbe6150c26bda4d21e05fe2fa7317a51a4f9e0c5..4c49e63184c2748942bea1744e7ee7deb26e8af5 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 openbsd
+// +build netbsd openbsd
 
 // Stub cgo routines for systems that do not use cgo to do network lookups.
 
index 79a958e3cd0b9d0999d3053cb102530f86c9db95..07e72ccb862cff6ac1f2d461ed3674edd04a829f 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 // DNS client: see RFC 1035.
 // Has to be linked into package net for Dial.
index 379fec95b861e264468761320cc7bd675f7d031a..c0ab80288da349f8c9d5028849c210c076a9466b 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 // Read system DNS config from /etc/resolv.conf
 
index bcd04a0ad878af8d1dc8f8e044346c30c02515b9..3dec9f4beb8b87ba6046ff148c48dac2e0ab7ce1 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 package net
 
index bf8cd9dae043e75c23daecb601cd85bd30d892f6..4ac280bd1a34b657ff35043e5471623b4a336bd1 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 package net
 
index e896d43c321f29f8f7c1d05180747369e6a2d3e3..cdfb3dbd1e2aa1f688c1ea2658da8ad69138c2b4 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 freebsd openbsd
+// +build darwin freebsd netbsd openbsd
 
 // Network interface identification for BSD variants
 
index d3cb38a6517bd784e6962fb8fbcdd9c27b7998b5..7bb4c7dc0d3d4d4a8ed86d35afa2f7cb14bb325b 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 freebsd linux openbsd windows
+// +build darwin freebsd linux netbsd openbsd windows
 
 // (Raw) IP sockets
 
index f0ca7dad3457b485d208bf2e0e4437c7c3694b21..d141c050b23042b4e8ae5611401966fd3e6636a7 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 freebsd linux openbsd windows
+// +build darwin freebsd linux netbsd openbsd windows
 
 package net
 
index aae6d6ceb958af3b343bbf4884543133cc21f3e7..5c475477b8380170c18981effe7a2bf0a71ffd9d 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 package net
 
index 035df4a6ff141864f5bf9d5c5b5b6cc2975eda90..a410bb6ce1f86c3ba435feb5dda0bf7cb9689026 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 package net
 
index 80597f7555dcc85e021f23e27849eb98d69681ed..16780da1160cd81dc6065924c364ae0f5adcf589 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 // Read system port mappings from /etc/services
 
index b0adea47873a5b0192b7bc12116183ac1abad8c1..ff76ab9cf0e88f711832299ca67af25614f86a61 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 freebsd openbsd
+// +build darwin freebsd netbsd openbsd
 
 package net
 
index 777f204b18601005bf621ca3872953ce758e8dfe..dc073927eb4211ee5b80d2fb690fb4b966181fe6 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 freebsd linux openbsd windows
+// +build darwin freebsd linux netbsd openbsd windows
 
 // Sockets
 
index 7025edf7421e89ae1aedf9993bff8a029e92597d..816e4fc3f741cfa97d4ab34905dff9f60712d5de 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 freebsd openbsd
+// +build darwin freebsd netbsd openbsd
 
 // Sockets for BSD variants
 
index c25ec9c506ac3fc3374482a9045a518d2636abc8..6bb15714e2b0efdc5f0ef224c4875140c4838d34 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 freebsd linux openbsd windows
+// +build darwin freebsd linux netbsd openbsd windows
 
 // UDP sockets
 
index 929f6409a4f0836fe18c719b36b0b133b4de7cb7..10632c1412e16558bebd92fad91b2580a307e06e 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 freebsd linux openbsd windows
+// +build darwin freebsd linux netbsd openbsd windows
 
 // Unix domain sockets
 
index daf0eb2af7c2ef8664105030135f49c0c8dd9d05..c5ac71efe218f28117543436082e636140ed22e4 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 package filepath
 
index 55ae5f7da289b5854f639847de2c0612324c1842..56a7414e0ce875ddbb7d8c33771c3bd750c8f5bb 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 package time
 
index 83d5b983c6ec928bea451b346bc3d5652a8712c8..540b653c57d22e9977e38c291f3d29ca2c68a0d7 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 freebsd linux openbsd
+// +build darwin freebsd linux netbsd openbsd
 
 // Parse "zoneinfo" time zone file.
 // This is a fairly standard file format used on OS X, Linux, BSD, Sun, and others.