summaryrefslogtreecommitdiff
path: root/net/cftp/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-08 15:40:27 +0000
committertv <tv@pkgsrc.org>2005-11-08 15:40:27 +0000
commitf58f6d481b05ba7355b46af158ea13d8c1430890 (patch)
tree56fb07877a95e5dbccb819b9d2f0321a3b6780f9 /net/cftp/patches
parent9d0f6d17631ff3063a6c16f79f00165d1cda3fda (diff)
downloadpkgsrc-f58f6d481b05ba7355b46af158ea13d8c1430890.tar.gz
Include <sys/time.h> for fd_set.
Diffstat (limited to 'net/cftp/patches')
-rw-r--r--net/cftp/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/cftp/patches/patch-aa b/net/cftp/patches/patch-aa
new file mode 100644
index 00000000000..f0c8568b87c
--- /dev/null
+++ b/net/cftp/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2005/11/08 15:40:28 tv Exp $
+
+--- sftp.c.orig 2002-09-16 08:42:42.000000000 -0400
++++ sftp.c
+@@ -28,6 +28,7 @@
+ #ifdef USE_SFTP
+
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/uio.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>