diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-23 15:13:46 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-23 15:13:46 +0000 |
commit | 519453741831ac671ce38191cb4a43c791cc8f7c (patch) | |
tree | 7713a8ac428fde400a86fa7cd44d2c08a242b075 /net-p2p/gift-gnutella/files | |
parent | Initial import. Closes #47801. (diff) | |
download | gentoo-2-519453741831ac671ce38191cb4a43c791cc8f7c.tar.gz gentoo-2-519453741831ac671ce38191cb4a43c791cc8f7c.tar.bz2 gentoo-2-519453741831ac671ce38191cb4a43c791cc8f7c.zip |
gcc-3.5 compile fix and code cleanups patch
Diffstat (limited to 'net-p2p/gift-gnutella/files')
-rw-r--r-- | net-p2p/gift-gnutella/files/gift-gnutella-gcc35.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/gift-gnutella/files/gift-gnutella-gcc35.patch b/net-p2p/gift-gnutella/files/gift-gnutella-gcc35.patch new file mode 100644 index 000000000000..a4d3bbce23d6 --- /dev/null +++ b/net-p2p/gift-gnutella/files/gift-gnutella-gcc35.patch @@ -0,0 +1,12 @@ +diff -Naur gift-gnutella-0.0.9.2.vanilla/src/gt_node.c gift-gnutella-0.0.9.2/src/gt_node.c +--- gift-gnutella-0.0.9.2.vanilla/src/gt_node.c 2003-12-11 01:43:14.000000000 -0600 ++++ gift-gnutella-0.0.9.2/src/gt_node.c 2004-07-22 21:21:03.933389912 -0500 +@@ -310,7 +310,7 @@ + node->tx_deflated = FALSE; + + /* close the connection for this node, if any */ +- tcp_close_null (>_CONN(node)); ++ tcp_close_null (&node->c); + + /*pong_cache_waiter_remove (c);*/ + |