mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probably
others).
This commit is contained in:
parent
2ee50c5cce
commit
e0e4aad1fd
@ -2,6 +2,8 @@
|
|||||||
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
|
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
|
||||||
openbsd-compat/daemon.c] Add includes needed by open(2). Conditionally
|
openbsd-compat/daemon.c] Add includes needed by open(2). Conditionally
|
||||||
include paths.h. Fixes build error on Solaris.
|
include paths.h. Fixes build error on Solaris.
|
||||||
|
- (dtucker) [entropy.c] More fcntl.h, this time on AIX (and probably
|
||||||
|
others).
|
||||||
|
|
||||||
20060710
|
20060710
|
||||||
- (dtucker) [INSTALL] New autoconf version: 2.60.
|
- (dtucker) [INSTALL] New autoconf version: 2.60.
|
||||||
@ -4844,4 +4846,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4386 2006/07/11 08:00:06 dtucker Exp $
|
$Id: ChangeLog,v 1.4387 2006/07/11 09:01:51 dtucker Exp $
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_STAT_H
|
||||||
|
# include <sys/stat.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_FCNTL_H
|
||||||
|
# include <fcntl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user