From 7be182d4906b34f434845222c75a1af1a1644733 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 14 Jul 2008 02:03:27 +0000 Subject: [PATCH] - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close() prototype; reported by cristian.ionescu-idbohrn AT axis.com --- ChangeLog | 2 ++ openbsd-compat/rresvport.c | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index f47d8c4a..abf0854b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,8 @@ - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to avoid clash with sin(3) function; reported by cristian.ionescu-idbohrn AT axis.com + - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close() + prototype; reported by cristian.ionescu-idbohrn AT axis.com 20080712 - (djm) OpenBSD CVS Sync diff --git a/openbsd-compat/rresvport.c b/openbsd-compat/rresvport.c index 5b0275ce..1cd61e58 100644 --- a/openbsd-compat/rresvport.c +++ b/openbsd-compat/rresvport.c @@ -44,6 +44,7 @@ #include #include #include +#include #if 0 int -- 2.45.1