summaryrefslogtreecommitdiff
path: root/ftp/hsftp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-09-05 02:07:04 +0000
committerSteve Price <steve@FreeBSD.org>2000-09-05 02:07:04 +0000
commit7462b5d63470d070b3c8fb6552f9aaee68c497d5 (patch)
tree5170acfe4c457ac33705bce44643f49c22c2a10e /ftp/hsftp
parentThe previous commit for the checksum change of the imap-utils distfile (diff)
Include sys/time.h before sys/resource.h so this compiles again on 3.5.
PR: 20724 Submitted by: zdenko@cs.uh.edu
Notes
Notes: svn path=/head/; revision=32291
Diffstat (limited to 'ftp/hsftp')
-rw-r--r--ftp/hsftp/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/hsftp/files/patch-aa b/ftp/hsftp/files/patch-aa
new file mode 100644
index 000000000000..48c926e67465
--- /dev/null
+++ b/ftp/hsftp/files/patch-aa
@@ -0,0 +1,10 @@
+--- hsftp.c.orig Sun Aug 27 13:06:30 2000
++++ hsftp.c Sun Aug 27 13:06:42 2000
+@@ -58,6 +58,7 @@
+ #include <signal.h>
+ #include <sys/types.h>
+ #include <sys/mman.h>
++#include <sys/time.h>
+ #include <sys/resource.h>
+
+ #include "config.h"