Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openssh / patches / patch-ap
blob99fc64e8b2bb02a6c096396e42ab8b753dbe3c10
1 $NetBSD: patch-ap,v 1.11 2010/02/19 10:17:34 martti Exp $
3 --- ssh.c.orig  2011-02-16 01:25:58.000000000 +0000
4 +++ ssh.c
5 @@ -761,7 +761,7 @@ main(int ac, char **av)
6         if (ssh_connect(host, &hostaddr, options.port,
7             options.address_family, options.connection_attempts, &timeout_ms,
8             options.tcp_keep_alive, 
9 -#ifdef HAVE_CYGWIN
10 +#if defined(HAVE_CYGWIN) || defined(HAVE_INTERIX)
11             options.use_privileged_port,
12  #else
13             original_effective_uid == 0 && options.use_privileged_port,