diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 02:07:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 02:07:04 +0000 |
commit | 7462b5d63470d070b3c8fb6552f9aaee68c497d5 (patch) | |
tree | 5170acfe4c457ac33705bce44643f49c22c2a10e /ftp/hsftp/files | |
parent | 50245b8793d5184b242e6d2ecd55dd5cc0fa1c58 (diff) | |
download | ports-7462b5d63470d070b3c8fb6552f9aaee68c497d5.tar.gz ports-7462b5d63470d070b3c8fb6552f9aaee68c497d5.zip |
Notes
Diffstat (limited to 'ftp/hsftp/files')
-rw-r--r-- | ftp/hsftp/files/patch-aa | 10 |
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" |