Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
90c656dc
提交
90c656dc
authored
7月 22, 2019
作者:
Steven Allen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix netbsd build
上级
94bbc1ca
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
14 行增加
和
11 行删除
+14
-11
ipns_test.go
fuse/ipns/ipns_test.go
+1
-1
ipns_unix.go
fuse/ipns/ipns_unix.go
+1
-1
link_unix.go
fuse/ipns/link_unix.go
+1
-1
fuse.go
fuse/mount/fuse.go
+1
-1
mount_notsupp.go
fuse/node/mount_notsupp.go
+2
-2
mount_test.go
fuse/node/mount_test.go
+1
-1
mount_unix.go
fuse/node/mount_unix.go
+1
-1
ipfs_test.go
fuse/readonly/ipfs_test.go
+1
-1
mount_unix.go
fuse/readonly/mount_unix.go
+1
-1
readonly_unix.go
fuse/readonly/readonly_unix.go
+1
-1
util.mk
mk/util.mk
+3
-0
没有找到文件。
fuse/ipns/ipns_test.go
浏览文件 @
90c656dc
// +build !nofuse,!openbsd
// +build !nofuse,!openbsd
,!netbsd
package
ipns
...
...
fuse/ipns/ipns_unix.go
浏览文件 @
90c656dc
// +build !nofuse,!openbsd
// +build !nofuse,!openbsd
,!netbsd
// package fuse/ipns implements a fuse filesystem that interfaces
// with ipns, the naming system for ipfs.
...
...
fuse/ipns/link_unix.go
浏览文件 @
90c656dc
// +build !nofuse,!openbsd
// +build !nofuse,!openbsd
,!netbsd
package
ipns
...
...
fuse/mount/fuse.go
浏览文件 @
90c656dc
// +build !nofuse,!windows,!openbsd
// +build !nofuse,!windows,!openbsd
,!netbsd
package
mount
...
...
fuse/node/mount_
openbsd
.go
→
fuse/node/mount_
notsupp
.go
浏览文件 @
90c656dc
// +build !nofuse
// +build !nofuse
,openbsd !nofuse,netbsd
package
node
...
...
@@ -9,5 +9,5 @@ import (
)
func
Mount
(
node
*
core
.
IpfsNode
,
fsdir
,
nsdir
string
)
error
{
return
errors
.
New
(
"FUSE not supported on OpenBSD. See #5334 (https://git.io/fjMuC)."
)
return
errors
.
New
(
"FUSE not supported on OpenBSD
or NetBSD
. See #5334 (https://git.io/fjMuC)."
)
}
fuse/node/mount_test.go
浏览文件 @
90c656dc
// +build !openbsd,!nofuse
// +build !openbsd,!nofuse
,!netbsd
package
node
...
...
fuse/node/mount_unix.go
浏览文件 @
90c656dc
// +build !windows,!openbsd,!nofuse
// +build !windows,!openbsd,!n
etbsd,!n
ofuse
package
node
...
...
fuse/readonly/ipfs_test.go
浏览文件 @
90c656dc
// +build !nofuse,!openbsd
// +build !nofuse,!openbsd
,!netbsd
package
readonly
...
...
fuse/readonly/mount_unix.go
浏览文件 @
90c656dc
// +build linux darwin freebsd
netbsd
// +build linux darwin freebsd
// +build !nofuse
package
readonly
...
...
fuse/readonly/readonly_unix.go
浏览文件 @
90c656dc
// +build linux darwin freebsd
netbsd
// +build linux darwin freebsd
// +build !nofuse
package
readonly
...
...
mk/util.mk
浏览文件 @
90c656dc
...
...
@@ -26,6 +26,9 @@ SUPPORTED_PLATFORMS += freebsd-amd64
SUPPORTED_PLATFORMS
+=
openbsd-386
SUPPORTED_PLATFORMS
+=
openbsd-amd64
SUPPORTED_PLATFORMS
+=
netbsd-386
SUPPORTED_PLATFORMS
+=
netbsd-amd64
space
:=
space
+=
comma
:=
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论