Fix syscall.EBADFD at FreeBSD

Solve this: https://github.com/spf13/afero/issues/68

      go get github.com/spf13/afero
      # github.com/spf13/afero
      gocode/src/github.com/spf13/afero/const_win_unix.go:22: undefined: syscall.EBADFD
This commit is contained in:
Lenilson J. Dias 2016-02-03 11:50:36 -02:00
parent 4c1d2aade6
commit 7e073c0c70
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build darwin openbsd
// +build darwin openbsd freebsd
package afero

View File

@ -12,6 +12,7 @@
// limitations under the License.
// +build !darwin
// +build !openbsd
// +build !freebsd
package afero