!6 rv64g架构 closefrom函数报错修复

Merge pull request !6 from 范小气/openkylin/yangtze
This commit is contained in:
luoyaoming 2024-03-01 01:49:18 +00:00 committed by openkylin-cibot
parent cde185a1aa
commit 831f880c9a
3 changed files with 30 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openssh (1:8.2p1-ok3) yangtze; urgency=medium
* repair ok2 ---to remove int closefrom
-- root <fanxiaoqi@smart-core.cn> Thu, 29 Feb 2024 07:53:09 +0000
openssh (1:8.2p1-ok2) yangtze; urgency=medium
* remove int closefrom()

View File

@ -0,0 +1,23 @@
From: luoyaoming <luoyaoming@kylinos.cn>
Date: Fri, 1 Mar 2024 01:49:18 +0000
Subject: =?utf-8?b?ITYgcnY2NGfmnrbmnoQgY2xvc2Vmcm9t5Ye95pWw5oql6ZSZ5L+u5aSN?=
=?utf-8?b?IE1lcmdlIHB1bGwgcmVxdWVzdCAhNiBmcm9tIOiMg+Wwj+awlC9vcGVua3lsaW4v?=
=?utf-8?b?eWFuZ3R6ZQ==?=
---
openbsd-compat/regress/closefromtest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openbsd-compat/regress/closefromtest.c b/openbsd-compat/regress/closefromtest.c
index 73983b7..d635e0c 100644
--- a/openbsd-compat/regress/closefromtest.c
+++ b/openbsd-compat/regress/closefromtest.c
@@ -24,7 +24,7 @@
#define NUM_OPENS 10
-#int closefrom(int);
+//int closefrom(int);
void
fail(char *msg)

View File

@ -24,3 +24,4 @@ restore-authorized_keys2.patch
conch-old-privkey-format.patch
revert-ipqos-defaults.patch
0026-5-rv64g-libc6-dev-2.36-closefrom.patch
0027-6-rv64g-closefrom.patch