mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [openbsd-compat/regress/closefromtest.c] Bug #1875: add prototype
for closefrom() in test code. Report from Dan Wallis via Gentoo.
This commit is contained in:
parent
9abb697d4f
commit
343f75fa19
@ -1,3 +1,7 @@
|
|||||||
|
20110506
|
||||||
|
- (dtucker) [openbsd-compat/regress/closefromtest.c] Bug #1875: add prototype
|
||||||
|
for closefrom() in test code. Report from Dan Wallis via Gentoo.
|
||||||
|
|
||||||
20110505
|
20110505
|
||||||
- (djm) [defines.h] Move up include of netinet/ip.h for IPTOS
|
- (djm) [defines.h] Move up include of netinet/ip.h for IPTOS
|
||||||
definitions. From des AT des.no
|
definitions. From des AT des.no
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
#define NUM_OPENS 10
|
#define NUM_OPENS 10
|
||||||
|
|
||||||
|
int closefrom(int);
|
||||||
|
|
||||||
void
|
void
|
||||||
fail(char *msg)
|
fail(char *msg)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user