$NetBSD: patch-ap,v 1.12 2011/02/16 17:45:08 taca Exp $

--- ssh.c.orig	2011-02-16 01:25:58.000000000 +0000
+++ ssh.c
@@ -761,7 +761,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,
