$NetBSD: patch-ap,v 1.9 2008/04/27 00:34:27 tnn Exp $

--- ssh.c.orig	2008-02-28 09:13:52.000000000 +0100
+++ ssh.c
@@ -693,7 +693,7 @@ main(int ac, char **av)
 	if (ssh_connect(host, &hostaddr, options.port,
 	    options.address_family, options.connection_attempts, &timeout_ms,
 	    options.tcp_keep_alive, 
-#ifdef HAVE_CYGWIN
+#if defined(HAVE_CYGWIN) || defined(HAVE_INTERIX)
 	    options.use_privileged_port,
 #else
 	    original_effective_uid == 0 && options.use_privileged_port,
