summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-ap
blob: cbaac523636daf31f83a228fbe23505d585b750f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.5 2005/03/07 23:29:50 tv Exp $

--- ssh.c.orig	2004-08-15 03:23:34.000000000 -0400
+++ ssh.c
@@ -593,7 +593,7 @@ again:
 	/* Open a connection to the remote host. */
 	if (ssh_connect(host, &hostaddr, options.port,
 	    options.address_family, options.connection_attempts,
-#ifdef HAVE_CYGWIN
+#if defined(HAVE_CYGWIN) || defined(HAVE_INTERIX)
 	    options.use_privileged_port,
 #else
 	    original_effective_uid == 0 && options.use_privileged_port,