]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/prof: don't build on Plan 9 for now.
authorAnthony Martin <ality@pbrane.org>
Tue, 17 Apr 2012 00:36:36 +0000 (17:36 -0700)
committerAnthony Martin <ality@pbrane.org>
Tue, 17 Apr 2012 00:36:36 +0000 (17:36 -0700)
R=golang-dev, bradfitz, akumar
CC=golang-dev
https://golang.org/cl/5629054

src/cmd/prof/main.c

index f0acaf1c07850f1448f16125400f21704b9d9a0f..a2ae2e11e6e49acfbac6eeadc5a19fdb364946f8 100644 (file)
@@ -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>