Index: src/pkg/exec/lp_unix.go |
=================================================================== |
--- a/src/pkg/exec/lp_unix.go |
+++ b/src/pkg/exec/lp_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 |
+ |
package exec |
import ( |