diff options
author | steve <steve@FreeBSD.org> | 2000-09-05 10:07:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-05 10:07:04 +0800 |
commit | cf4921a379f60cd8b248610e34147185ef4f5ea6 (patch) | |
tree | e722c411389fcaf84041eb5b07ed0f5d9baa19c4 /ftp | |
parent | 4cdbf88e817853d68a04f0e3338ad0761f87b125 (diff) | |
download | freebsd-ports-gnome-cf4921a379f60cd8b248610e34147185ef4f5ea6.tar.gz freebsd-ports-gnome-cf4921a379f60cd8b248610e34147185ef4f5ea6.tar.zst freebsd-ports-gnome-cf4921a379f60cd8b248610e34147185ef4f5ea6.zip |
Include sys/time.h before sys/resource.h so this compiles again on 3.5.
PR: 20724
Submitted by: zdenko@cs.uh.edu
Diffstat (limited to 'ftp')
-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" |