| commit | 174b8c95f5572e30835fa0bcc4aee6fc281e453e | [log] [tgz] |
|---|---|---|
| author | David du Colombier <0intro@gmail.com> | Thu Feb 13 20:06:41 2014 +0100 |
| committer | David du Colombier <0intro@gmail.com> | Thu Feb 13 20:06:41 2014 +0100 |
| tree | cb3861d603a5b6a42b5f03c940f41eb537d862e9 | |
| parent | 705d7c164fa61181f2f943fb2541b39b39ced637 [diff] [blame] |
lib9: enable on Plan 9 This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/60840049
diff --git a/src/lib9/nulldir.c b/src/lib9/nulldir.c index aa1a123..2157ff3 100644 --- a/src/lib9/nulldir.c +++ b/src/lib9/nulldir.c
@@ -1,3 +1,5 @@ +// +build !plan9 + /* Inferno lib9/nulldir.c http://code.google.com/p/inferno-os/source/browse/lib9/nulldir.c