diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-05 21:30:34 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-05 21:30:34 +0000 |
commit | b50c4a004fcfcbcd06e3a4cadd315b15fa469127 (patch) | |
tree | 09ba962029988558164753b32cebdb7448295f07 /devel/libphish/files/patch-src-phish_opdb_server.c | |
parent | - Update to 34.t25.d8 [1] (diff) |
Add libphish 0.1.0, a cross-platform library to interact with the Open
Phishing Database.
PR: ports/95922
Submitted by: Rashid N. Achilov <shelton@granch.ru>
Approved by: tobez
Notes
Notes:
svn path=/head/; revision=164526
Diffstat (limited to 'devel/libphish/files/patch-src-phish_opdb_server.c')
-rw-r--r-- | devel/libphish/files/patch-src-phish_opdb_server.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libphish/files/patch-src-phish_opdb_server.c b/devel/libphish/files/patch-src-phish_opdb_server.c new file mode 100644 index 000000000000..30053756e20e --- /dev/null +++ b/devel/libphish/files/patch-src-phish_opdb_server.c @@ -0,0 +1,10 @@ +--- src/phish_opdb_server.c.orig Sun Mar 19 11:40:55 2006 ++++ src/phish_opdb_server.c Mon Jun 5 13:33:51 2006 +@@ -21,6 +21,7 @@ + #define close closesocket + #include <winsock2.h> + #else ++#include <sys/types.h> + #include <sys/socket.h> + #include <unistd.h> + #endif |