pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/cftp Include <sys/time.h> for fd_set.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9067391a0ac
branches:  trunk
changeset: 502706:b9067391a0ac
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 15:40:27 2005 +0000

description:
Include <sys/time.h> for fd_set.

diffstat:

 net/cftp/distinfo         |   3 ++-
 net/cftp/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 43d780402a96 -r b9067391a0ac net/cftp/distinfo
--- a/net/cftp/distinfo Tue Nov 08 15:37:03 2005 +0000
+++ b/net/cftp/distinfo Tue Nov 08 15:40:27 2005 +0000
@@ -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 -r 43d780402a96 -r b9067391a0ac net/cftp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cftp/patches/patch-aa Tue Nov 08 15:40:27 2005 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index