diff --git a/net-p2p/napshare/files/patch-src-config.c b/net-p2p/napshare/files/patch-src-config.c new file mode 100644 index 000000000000..9a58517834fb --- /dev/null +++ b/net-p2p/napshare/files/patch-src-config.c @@ -0,0 +1,11 @@ +--- src/config.c.orig 2007-08-09 19:31:50.000000000 +0200 ++++ src/config.c 2007-08-09 19:32:37.000000000 +0200 +@@ -96,7 +96,7 @@ + gchar *proxy_ip = "0.0.0.0"; + gint proxy_port = 1080; + +-static guint32 gnutella_welcome_length = 0; ++guint32 gnutella_welcome_length = 0; + + gchar *socksv5_user = "proxyuser"; + gchar *socksv5_pass = "proxypass"; diff --git a/net-p2p/napshare/files/patch-src-nodes.c b/net-p2p/napshare/files/patch-src-nodes.c new file mode 100644 index 000000000000..ca982eff3065 --- /dev/null +++ b/net-p2p/napshare/files/patch-src-nodes.c @@ -0,0 +1,11 @@ +--- src/nodes.c.orig 2007-08-09 19:34:29.000000000 +0200 ++++ src/nodes.c 2007-08-09 19:38:23.000000000 +0200 +@@ -386,7 +386,7 @@ + } + + if(r && n->end_of_packets) +- (guint32) n->end_of_packets->data -= r; ++ n->end_of_packets->data -= r; + + gui_update_node(n, FALSE); +