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