summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cygwin_util.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-04-14 00:28:42 +1000
committerDamien Miller <djm@mindrot.org>2001-04-14 00:28:42 +1000
commit402b3319456c1f0da0822319c3813c68e155726d (patch)
treeb9e1a10032f4f13327ba72e1f2a69e6ceaca776a /openbsd-compat/bsd-cygwin_util.c
parent6e77a538ca63f2ecbab74656839e77084a2db425 (diff)
- Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
<vinschen@redhat.com>
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.c')
-rw-r--r--openbsd-compat/bsd-cygwin_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c
index ea981be50..36f13e3f0 100644
--- a/openbsd-compat/bsd-cygwin_util.c
+++ b/openbsd-compat/bsd-cygwin_util.c
@@ -15,12 +15,11 @@
15 15
16#include "includes.h" 16#include "includes.h"
17 17
18RCSID("$Id: bsd-cygwin_util.c,v 1.3 2001/02/18 01:30:56 djm Exp $"); 18RCSID("$Id: bsd-cygwin_util.c,v 1.4 2001/04/13 14:28:42 djm Exp $");
19 19
20#ifdef HAVE_CYGWIN 20#ifdef HAVE_CYGWIN
21 21
22#include <fcntl.h> 22#include <fcntl.h>
23#include <io.h>
24#include <stdlib.h> 23#include <stdlib.h>
25#include <sys/vfs.h> 24#include <sys/vfs.h>
26#include <windows.h> 25#include <windows.h>