diff options
| author | Russ Cox <rsc@golang.org> | 2009-09-02 13:13:40 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-09-02 13:13:40 -0700 |
| commit | a03764aa50dcdb0e0a60008bd7ae04381f512831 (patch) | |
| tree | 896a897b50d316afba90cee1541826d069685dbd /src/pkg/debug/proc/proc_linux.go | |
| parent | 115c62de8de3b1549453f93b738c4899c72d176a (diff) | |
| download | go-a03764aa50dcdb0e0a60008bd7ae04381f512831.tar.xz | |
fix build
TBR=gri
OCL=34264
CL=34264
Diffstat (limited to 'src/pkg/debug/proc/proc_linux.go')
| -rw-r--r-- | src/pkg/debug/proc/proc_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/debug/proc/proc_linux.go b/src/pkg/debug/proc/proc_linux.go index 88269100fd..87d3bf1ef7 100644 --- a/src/pkg/debug/proc/proc_linux.go +++ b/src/pkg/debug/proc/proc_linux.go @@ -4,6 +4,8 @@ package proc +// TODO(rsc): Imports here after to be in proc.go too in order +// for deps.bash to get the right answer. import ( "container/vector"; "fmt"; |
