exp/terminal: still trying to unbreak non-Linux builds.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5542050
This commit is contained in:
Adam Langley 2012-01-15 10:41:16 -05:00
parent 026f8dfb94
commit 1019eda9d8
3 changed files with 0 additions and 5 deletions

View File

@ -186,7 +186,6 @@ DIRS=\
ifeq ($(GOOS),linux)
DIRS+=\
exp/inotify\
exp/terminal\
endif

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux
package terminal
import (

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux
package terminal
import (