Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openssh / patches / patch-ssh.c
blob2b91a9e90b77411c916770a237da5803fbcc0b2b
1 $NetBSD$
3 Interix support
5 --- ssh.c.orig 2012-07-06 03:45:01.000000000 +0000
6 +++ ssh.c
7 @@ -794,7 +794,7 @@ main(int ac, char **av)
8 if (ssh_connect(host, &hostaddr, options.port,
9 options.address_family, options.connection_attempts, &timeout_ms,
10 options.tcp_keep_alive,
11 -#ifdef HAVE_CYGWIN
12 +#if defined(HAVE_CYGWIN) || defined(HAVE_INTERIX)
13 options.use_privileged_port,
14 #else
15 original_effective_uid == 0 && options.use_privileged_port,