- (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
prototype; reported by cristian.ionescu-idbohrn AT axis.com
This commit is contained in:
parent
ce02e5e09e
commit
639ce593d4
|
@ -18,6 +18,8 @@
|
||||||
- (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
|
- (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
|
||||||
avoid clash with sin(3) function; reported by
|
avoid clash with sin(3) function; reported by
|
||||||
cristian.ionescu-idbohrn AT axis.com
|
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
|
20080712
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -4654,4 +4656,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5079 2008/07/14 02:02:24 djm Exp $
|
$Id: ChangeLog,v 1.5080 2008/07/14 02:03:27 djm Exp $
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue