Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-ssh.c,v 1.1 2013/05/01 19:58:26 imil Exp $
Interix support
--- ssh.c.orig 2012-07-06 03:45:01.000000000 +0000
+++ ssh.c
@@ -794,7 +794,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,