diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 05:26:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 05:26:27 +0000 |
commit | 6b3986914a3155d162d7d2ddfcd936c38e3d1c7c (patch) | |
tree | 4a2f6db6267bfa2492846f519b422ef559409b6e /net/libproxy/files/patch-src_lib_url.c | |
parent | Remove ../ from patch. (diff) |
Add libproxy, a library that provides automatic proxy configuration management.
Plug-ins are available for GNOME, KDE, Mozilla, and WebKit.
WWW: http://code.google.com/p/libproxy/
Notes
Notes:
svn path=/head/; revision=229131
Diffstat (limited to 'net/libproxy/files/patch-src_lib_url.c')
-rw-r--r-- | net/libproxy/files/patch-src_lib_url.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/libproxy/files/patch-src_lib_url.c b/net/libproxy/files/patch-src_lib_url.c new file mode 100644 index 000000000000..0ca5714efef5 --- /dev/null +++ b/net/libproxy/files/patch-src_lib_url.c @@ -0,0 +1,10 @@ +--- src/lib/url.c.orig 2009-02-26 23:45:38.000000000 -0500 ++++ src/lib/url.c 2009-02-26 23:47:25.000000000 -0500 +@@ -25,6 +25,7 @@ + #include <unistd.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + + #include "misc.h" |