From 901e7bfe53b4610ef9ff9eef5d2cbec7671b6f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aram=20H=C4=83v=C4=83rneanu?= Date: Tue, 7 Jan 2014 23:12:12 +1100 Subject: lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris This change adds solaris to the list of supported operating systems and allows cmd/dist to be built on Solaris. This CL has to come first because we want the tools to ignore solaris-specific files until the whole port is integrated. R=golang-codereviews, jsing, rsc, minux.ma CC=golang-codereviews https://golang.org/cl/35900045 --- src/lib9/tempdir_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/tempdir_unix.c') diff --git a/src/lib9/tempdir_unix.c b/src/lib9/tempdir_unix.c index 3ce87751b2..269d538233 100644 --- a/src/lib9/tempdir_unix.c +++ b/src/lib9/tempdir_unix.c @@ -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 #include #include -- cgit v1.2.1