mirror of https://gitee.com/openkylin/openssh.git
repair ok2 error
This commit is contained in:
parent
2bcf672130
commit
43daaacc39
|
@ -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()
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define NUM_OPENS 10
|
||||
|
||||
#int closefrom(int);
|
||||
//int closefrom(int);
|
||||
|
||||
void
|
||||
fail(char *msg)
|
||||
|
|
Loading…
Reference in New Issue