From 2af48e68044e7aae35d8350b21a363256a651cd9 Mon Sep 17 00:00:00 2001 From: SH Date: Fri, 29 Apr 2016 22:48:35 +0200 Subject: [PATCH] add NetBSD support License: MIT Signed-off-by: Stefan Hertenberger --- core/commands/mount_nofuse.go | 2 +- core/commands/mount_unix.go | 2 +- fuse/ipns/mount_unix.go | 2 +- fuse/node/mount_nofuse.go | 2 +- fuse/node/mount_unix.go | 2 +- fuse/readonly/mount_unix.go | 2 +- fuse/readonly/readonly_unix.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/commands/mount_nofuse.go b/core/commands/mount_nofuse.go index 932f1839e..a58947b13 100644 --- a/core/commands/mount_nofuse.go +++ b/core/commands/mount_nofuse.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build nofuse package commands diff --git a/core/commands/mount_unix.go b/core/commands/mount_unix.go index fbcd99b45..162e8ba91 100644 --- a/core/commands/mount_unix.go +++ b/core/commands/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package commands diff --git a/fuse/ipns/mount_unix.go b/fuse/ipns/mount_unix.go index 57b234db8..9b3afed2d 100644 --- a/fuse/ipns/mount_unix.go +++ b/fuse/ipns/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package ipns diff --git a/fuse/node/mount_nofuse.go b/fuse/node/mount_nofuse.go index 2a26c88d9..5b626cece 100644 --- a/fuse/node/mount_nofuse.go +++ b/fuse/node/mount_nofuse.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build nofuse package node diff --git a/fuse/node/mount_unix.go b/fuse/node/mount_unix.go index 63c172f0e..a16e2c9f8 100644 --- a/fuse/node/mount_unix.go +++ b/fuse/node/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package node diff --git a/fuse/readonly/mount_unix.go b/fuse/readonly/mount_unix.go index 9ba1b6b6c..d70e01292 100644 --- a/fuse/readonly/mount_unix.go +++ b/fuse/readonly/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package readonly diff --git a/fuse/readonly/readonly_unix.go b/fuse/readonly/readonly_unix.go index d1586f793..f76928e0f 100644 --- a/fuse/readonly/readonly_unix.go +++ b/fuse/readonly/readonly_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package readonly