From 6c7ca6e4d4e26e4c8cbe0d183966011b3b088a0a Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Thu, 6 Oct 2011 09:35:45 +0200 Subject: Imported Upstream version 2011.09.21 --- src/pkg/os/env_unix.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pkg/os/env_unix.go') diff --git a/src/pkg/os/env_unix.go b/src/pkg/os/env_unix.go index 9cc0b03d8..8dd84ae4f 100644 --- a/src/pkg/os/env_unix.go +++ b/src/pkg/os/env_unix.go @@ -2,6 +2,8 @@ // 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 + // Unix environment variables. package os -- cgit v1.2.3