summaryrefslogtreecommitdiff
path: root/net/cftp
diff options
context:
space:
mode:
authortv <tv>2005-11-08 15:40:27 +0000
committertv <tv>2005-11-08 15:40:27 +0000
commit5d987da4b8612a262a339b51b7a5e162d0e3a324 (patch)
tree56fb07877a95e5dbccb819b9d2f0321a3b6780f9 /net/cftp
parentef48e8272700d49a05da495e3d74b80ca4c437ea (diff)
downloadpkgsrc-5d987da4b8612a262a339b51b7a5e162d0e3a324.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>