mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
on Cygwin.
This commit is contained in:
parent
f676c57958
commit
92350103fc
@ -118,6 +118,8 @@
|
|||||||
- dtucker@cvs.openbsd.org 2006/08/05 08:34:04
|
- dtucker@cvs.openbsd.org 2006/08/05 08:34:04
|
||||||
[packet.c]
|
[packet.c]
|
||||||
Typo in comment
|
Typo in comment
|
||||||
|
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
|
||||||
|
on Cygwin.
|
||||||
|
|
||||||
20060804
|
20060804
|
||||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||||
@ -5188,4 +5190,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.4469 2006/08/05 08:51:08 dtucker Exp $
|
$Id: ChangeLog,v 1.4470 2006/08/05 09:08:16 dtucker Exp $
|
||||||
|
@ -31,11 +31,16 @@
|
|||||||
|
|
||||||
#ifdef HAVE_CYGWIN
|
#ifdef HAVE_CYGWIN
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <sys/types.h>
|
||||||
#include <stdlib.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
#include <sys/vfs.h>
|
#include <sys/vfs.h>
|
||||||
|
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#define is_winnt (GetVersion() < 0x80000000)
|
#define is_winnt (GetVersion() < 0x80000000)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user