summaryrefslogtreecommitdiff
path: root/src/cmd/prof
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2012-04-16 17:36:36 -0700
committerAnthony Martin <ality@pbrane.org>2012-04-16 17:36:36 -0700
commit83b649b7dd1fd2c845adfef2432ed38b9afc536e (patch)
tree72438dd038fc860d69814fa8f79b99ad502a124f /src/cmd/prof
parentef9dc249ab7eaa16e198f27fca55482cac4c2950 (diff)
downloadgo-83b649b7dd1fd2c845adfef2432ed38b9afc536e.tar.gz
cmd/prof: don't build on Plan 9 for now.
R=golang-dev, bradfitz, akumar CC=golang-dev http://codereview.appspot.com/5629054
Diffstat (limited to 'src/cmd/prof')
-rw-r--r--src/cmd/prof/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/prof/main.c b/src/cmd/prof/main.c
index f0acaf1c0..a2ae2e11e 100644
--- a/src/cmd/prof/main.c
+++ b/src/cmd/prof/main.c
@@ -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 !plan9
+
#include <u.h>
#include <time.h>
#include <libc.h>