summaryrefslogtreecommitdiff
path: root/irc/xaric/files/patch-iflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xaric/files/patch-iflist.c')
-rw-r--r--irc/xaric/files/patch-iflist.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/xaric/files/patch-iflist.c b/irc/xaric/files/patch-iflist.c
new file mode 100644
index 000000000000..9d6d64d3c896
--- /dev/null
+++ b/irc/xaric/files/patch-iflist.c
@@ -0,0 +1,11 @@
+--- iflist.c.orig Sun Jan 8 08:18:32 2006
++++ iflist.c Sun Jan 8 08:18:36 2006
+@@ -184,7 +184,7 @@
+ c->thr_ifcb = callback;
+ c->thr_data = data;
+
+- return THR_CREATE(ifaces_r, c);
++ return (int)THR_CREATE(ifaces_r, c);
+ }
+
+ /**