diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-05-25 00:43:06 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-05-25 00:43:06 +0000 |
commit | 244325e90ea815defb6699120b830d4fcd5aa992 (patch) | |
tree | d518408378174bcf15f38db4ee5d04d796a96f5d /net/liferea/files/patch-src::net::netio.c | |
parent | last commit was: (diff) |
- Allow to build with optional DBUS support.
- Fix a problem on mozilla support that can't find correct MOZILLA_HOME.
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Notes
Notes:
svn path=/head/; revision=136082
Diffstat (limited to 'net/liferea/files/patch-src::net::netio.c')
-rw-r--r-- | net/liferea/files/patch-src::net::netio.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/liferea/files/patch-src::net::netio.c b/net/liferea/files/patch-src::net::netio.c deleted file mode 100644 index a7f0fe51107b..000000000000 --- a/net/liferea/files/patch-src::net::netio.c +++ /dev/null @@ -1,9 +0,0 @@ ---- src/net/netio.c.orig 2005-04-10 17:43:21.000000000 +0300 -+++ src/net/netio.c 2005-04-10 17:45:17.000000000 +0300 -@@ -1065,5 +1065,6 @@ - g_free(cur_ptr.authinfo); - g_free(cur_ptr.cookies); - debug4(DEBUG_UPDATE, "download result - HTTP status: %d, error: %d, netio error:%d, data: %d", request->httpstatus, cur_ptr.problem, cur_ptr.netio_error, request->data); -+ free(cur_ptr.content_type); - return; - } |