- (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
   vinschen@redhat.com
diff --git a/ssh.c b/ssh.c
index 5693c0d..be9c78b 100644
--- a/ssh.c
+++ b/ssh.c
@@ -615,7 +615,11 @@
 
 	cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6,
 	    options.connection_attempts,
+#ifdef HAVE_CYGWIN
+	    options.use_privileged_port,
+#else
 	    original_effective_uid == 0 && options.use_privileged_port,
+#endif
 	    options.proxy_command);
 
 	/*