diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 15:40:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 15:40:27 +0000 |
commit | f58f6d481b05ba7355b46af158ea13d8c1430890 (patch) | |
tree | 56fb07877a95e5dbccb819b9d2f0321a3b6780f9 /net | |
parent | 9d0f6d17631ff3063a6c16f79f00165d1cda3fda (diff) | |
download | pkgsrc-f58f6d481b05ba7355b46af158ea13d8c1430890.tar.gz |
Include <sys/time.h> for fd_set.
Diffstat (limited to 'net')
-rw-r--r-- | net/cftp/distinfo | 3 | ||||
-rw-r--r-- | net/cftp/patches/patch-aa | 12 |
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> |