2 Star 0 Fork 1

src-oepkgs/syncthing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
758a1a6.patch 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
张一诺 提交于 2022-12-06 11:53 . 1.8.0
From 758a1a6a3729e12b8142c45fcc95c08bc188da28 Mon Sep 17 00:00:00 2001
From: Audrius Butkevicius <[email protected]>
Date: Wed, 19 Aug 2020 06:56:35 +0100
Subject: [PATCH] lib/fs: Disable ioctl on ppc (fixes #6898) (#6901)
---
lib/fs/basicfs_copy_range_ioctl.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/fs/basicfs_copy_range_ioctl.go b/lib/fs/basicfs_copy_range_ioctl.go
index 9d166c6de0..c11f65c4b3 100644
--- a/lib/fs/basicfs_copy_range_ioctl.go
+++ b/lib/fs/basicfs_copy_range_ioctl.go
@@ -4,7 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
-// +build linux
+// +build linux,!ppc,!ppc64,!ppc64le
package fs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs/syncthing.git
[email protected]:src-oepkgs/syncthing.git
src-oepkgs
syncthing
syncthing
master

搜索帮助