mirror of https://gitee.com/openkylin/openssh.git
!5 rv64g架构 编译报错 libc6-dev 升级2.36后报错 closefrom函数类型
Merge pull request !5 from 范小气/openkylin/yangtze
This commit is contained in:
commit
8aee1c1351
|
@ -1,3 +1,9 @@
|
|||
openssh (1:8.2p1-ok2) yangtze; urgency=medium
|
||||
|
||||
* remove int closefrom()
|
||||
|
||||
-- root <fanxiaoqi@smart-core.cn> Thu, 22 Feb 2024 18:15:27 +0800
|
||||
|
||||
openssh (1:8.2p1-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define NUM_OPENS 10
|
||||
|
||||
int closefrom(int);
|
||||
#int closefrom(int);
|
||||
|
||||
void
|
||||
fail(char *msg)
|
||||
|
|
Loading…
Reference in New Issue