- (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:
Darren Tucker 2011-05-06 10:43:50 +10:00
parent 9abb697d4f
commit 343f75fa19
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -24,6 +24,8 @@
#define NUM_OPENS 10
int closefrom(int);
void
fail(char *msg)
{