$NetBSD: patch-ap,v 1.8 2006/10/31 03:31:20 taca Exp $

--- ssh.c.orig	2006-10-29 12:02:30.000000000 +0900
+++ ssh.c
@@ -684,7 +684,7 @@ main(int ac, char **av)
 	/* 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,
