summaryrefslogtreecommitdiff
path: root/net-p2p/gkrellm-gift/files/patch-io.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-04 23:09:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-04 23:09:08 +0000
commit6fc2aa5822e045d34e29e41625d9e3feb2ee4b66 (patch)
tree615889f40ad122783a2e164bd6c6f3c17dbb765e /net-p2p/gkrellm-gift/files/patch-io.c
parentAfter repocopy from irc/xchat2, add xchat-gnome 0.1, a fork of IRC client (diff)
Add gkrellm-gift, a GKrellM plugin that monitors your active giFT transfers
and their progress. Each transfer is displayed in a panel showing the filename and the percentage of transmitted bytes. PR: ports/66204 Submitted by: Tobias Roth <ports@fsck.ch>
Diffstat (limited to '')
-rw-r--r--net-p2p/gkrellm-gift/files/patch-io.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/gkrellm-gift/files/patch-io.c b/net-p2p/gkrellm-gift/files/patch-io.c
new file mode 100644
index 000000000000..19f28c4d4295
--- /dev/null
+++ b/net-p2p/gkrellm-gift/files/patch-io.c
@@ -0,0 +1,10 @@
+--- src/io.c.orig Sat Dec 20 10:42:39 2003
++++ src/io.c Wed May 5 00:58:19 2004
+@@ -16,6 +16,7 @@
+ *
+ */
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>