diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-03-08 01:40:27 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-03-08 01:40:27 +0100 |
commit | 9d86e5d5704092072822336af6d0bee468c25966 (patch) | |
tree | bca452252bba17e05b91a6e215cfcbc5ab533408 /openbsd-compat/bsd-cygwin_util.h | |
parent | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] (diff) | |
download | openssh-9d86e5d5704092072822336af6d0bee468c25966.tar.xz openssh-9d86e5d5704092072822336af6d0bee468c25966.zip |
- (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
version of Cygwin. Patch from vinschen at redhat com.
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index 6719b8a49..39b8eb788 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h @@ -1,4 +1,4 @@ -/* $Id: bsd-cygwin_util.h,v 1.11 2004/08/30 10:42:08 dtucker Exp $ */ +/* $Id: bsd-cygwin_util.h,v 1.12 2009/03/08 00:40:28 dtucker Exp $ */ /* * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com> @@ -35,7 +35,6 @@ #ifdef HAVE_CYGWIN #undef ERROR -#define is_winnt (GetVersion() < 0x80000000) #include <windows.h> #include <sys/cygwin.h> @@ -43,9 +42,7 @@ int binary_open(const char *, int , ...); int binary_pipe(int fd[2]); -int check_nt_auth(int, struct passwd *); int check_ntsec(const char *); -void register_9x_service(void); char **fetch_windows_environment(void); void free_windows_environment(char **); |