From 402b3319456c1f0da0822319c3813c68e155726d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Apr 2001 00:28:42 +1000 Subject: - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen --- openbsd-compat/bsd-cygwin_util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/bsd-cygwin_util.h') diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index e2d4b4dae..7879501e0 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h @@ -13,13 +13,15 @@ * binary mode on Windows systems. */ -/* $Id: bsd-cygwin_util.h,v 1.3 2001/02/18 01:30:56 djm Exp $ */ +/* $Id: bsd-cygwin_util.h,v 1.4 2001/04/13 14:28:43 djm Exp $ */ #ifndef _BSD_CYGWIN_UTIL_H #define _BSD_CYGWIN_UTIL_H #ifdef HAVE_CYGWIN +#include + int binary_open(const char *filename, int flags, ...); int binary_pipe(int fd[2]); int check_nt_auth(int pwd_authenticated, uid_t uid); -- cgit v1.2.3