diff options
Diffstat (limited to 'src/pkg/net/sendfile_stub.go')
-rw-r--r-- | src/pkg/net/sendfile_stub.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/net/sendfile_stub.go b/src/pkg/net/sendfile_stub.go index ff76ab9cf..3660849c1 100644 --- a/src/pkg/net/sendfile_stub.go +++ b/src/pkg/net/sendfile_stub.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin freebsd netbsd openbsd +// +build darwin netbsd openbsd package net |