summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/rresvport.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 131b1df3b..b411bd77f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,8 @@
18 - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to 18 - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
19 avoid clash with sin(3) function; reported by 19 avoid clash with sin(3) function; reported by
20 cristian.ionescu-idbohrn AT axis.com 20 cristian.ionescu-idbohrn AT axis.com
21 - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
22 prototype; reported by cristian.ionescu-idbohrn AT axis.com
21 23
2220080712 2420080712
23 - (djm) OpenBSD CVS Sync 25 - (djm) OpenBSD CVS Sync
@@ -4654,4 +4656,4 @@
4654 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4656 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4655 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4657 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4656 4658
4657$Id: ChangeLog,v 1.5079 2008/07/14 02:02:24 djm Exp $ 4659$Id: ChangeLog,v 1.5080 2008/07/14 02:03:27 djm Exp $
diff --git a/openbsd-compat/rresvport.c b/openbsd-compat/rresvport.c
index 5b0275ce0..1cd61e58d 100644
--- a/openbsd-compat/rresvport.c
+++ b/openbsd-compat/rresvport.c
@@ -44,6 +44,7 @@
44#include <errno.h> 44#include <errno.h>
45#include <stdlib.h> 45#include <stdlib.h>
46#include <string.h> 46#include <string.h>
47#include <unistd.h>
47 48
48#if 0 49#if 0
49int 50int