diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-08-07 08:28:16 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-08-07 08:28:16 +0200 |
commit | 80649c5fa6af0f6c8122f567c2c01b6aabfef07c (patch) | |
tree | 4b2996fa237dac5edc045e65ed195a613c57bfd3 /session.c | |
parent | - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h] (diff) | |
download | openssh-80649c5fa6af0f6c8122f567c2c01b6aabfef07c.tar.xz openssh-80649c5fa6af0f6c8122f567c2c01b6aabfef07c.zip |
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin
specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -58,12 +58,6 @@ RCSID("$OpenBSD: session.c,v 1.159 2003/07/22 13:35:22 markus Exp $"); #include "session.h" #include "monitor_wrap.h" -#ifdef HAVE_CYGWIN -#include <windows.h> -#include <sys/cygwin.h> -#define is_winnt (GetVersion() < 0x80000000) -#endif - /* func */ Session *session_new(void); |