summaryrefslogtreecommitdiff
path: root/net/cftp
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
commitc9d3755c0fde9d82be5251688995360740dffec5 (patch)
tree56fb07877a95e5dbccb819b9d2f0321a3b6780f9 /net/cftp
parent62c35a25846cb899a2c7a0f6d4009486520328a3 (diff)
downloadpkgsrc-c9d3755c0fde9d82be5251688995360740dffec5.tar.gz
Include <sys/time.h> for fd_set.
Diffstat (limited to 'net/cftp')
-rw-r--r--net/cftp/distinfo3
-rw-r--r--net/cftp/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/cftp/distinfo b/net/cftp/distinfo
index b41d0f48aca..18d0a6285a7 100644
--- a/net/cftp/distinfo
+++ b/net/cftp/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 12:13:43 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/08 15:40:28 tv Exp $
SHA1 (cftp-0.12.tar.gz) = ba583541be4bce2125849a677054d290140d0880
RMD160 (cftp-0.12.tar.gz) = 9dfd1d3a03efd5d724bc0ed4c0dafbe19c47670d
Size (cftp-0.12.tar.gz) = 182043 bytes
+SHA1 (patch-aa) = 7d691241fa45821a0e5aa56337ebccc6df21567a
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>