- (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
|
||||
- (djm) [defines.h] Move up include of netinet/ip.h for IPTOS
|
||||
definitions. From des AT des.no
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#define NUM_OPENS 10
|
||||
|
||||
int closefrom(int);
|
||||
|
||||
void
|
||||
fail(char *msg)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue