diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 05:46:22 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 05:46:22 +0000 |
commit | 7f2617c58e65e384038437ebe5bfe32cf50d7159 (patch) | |
tree | ef582cc4fdbba72ca858f156c17a2142ebcca394 /ftp/waiho/files | |
parent | f743bc71ef8279ebead0b2a0eaebe1cc616f7383 (diff) | |
download | FreeBSD-ports-7f2617c58e65e384038437ebe5bfe32cf50d7159.zip FreeBSD-ports-7f2617c58e65e384038437ebe5bfe32cf50d7159.tar.gz |
Waiho is a simple FTP client for GNUstep, designed to be easy to use.
While it's far from finished, it's already quite useable.
WWW: http://www.roard.com/waiho/
Diffstat (limited to 'ftp/waiho/files')
-rw-r--r-- | ftp/waiho/files/patch-ftp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/waiho/files/patch-ftp.h b/ftp/waiho/files/patch-ftp.h new file mode 100644 index 0000000..9c2a2a4 --- /dev/null +++ b/ftp/waiho/files/patch-ftp.h @@ -0,0 +1,10 @@ +--- ftp.h.orig Thu Aug 1 18:27:55 2002 ++++ ftp.h Sat Oct 21 21:09:28 2006 +@@ -25,6 +25,7 @@ + + #include <errno.h> + #include <netdb.h> ++#include <time.h> + + #include <netinet/in.h> + #include <arpa/inet.h> |