summaryrefslogtreecommitdiff
path: root/chat/icbirc/patches/patch-aa
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-01-18 14:21:18 +0000
committertron <tron@pkgsrc.org>2004-01-18 14:21:18 +0000
commit0141290c02314b60d5c35f6e356551db54bbb266 (patch)
treec2cf00cff08eeb83c252185bbda24ea4c8676849 /chat/icbirc/patches/patch-aa
parentd6069deb813ce3f062e321ebbf4b5af3439f345e (diff)
downloadpkgsrc-0141290c02314b60d5c35f6e356551db54bbb266.tar.gz
Import new "icbirc" package: Proxy IRC client and ICB server
Diffstat (limited to 'chat/icbirc/patches/patch-aa')
-rw-r--r--chat/icbirc/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/icbirc/patches/patch-aa b/chat/icbirc/patches/patch-aa
new file mode 100644
index 00000000000..b1887efa82e
--- /dev/null
+++ b/chat/icbirc/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/01/18 14:21:18 tron Exp $
+
+--- icbirc.c.orig 2003-08-20 23:55:59.000000000 +0200
++++ icbirc.c 2004-01-18 15:12:29.000000000 +0100
+@@ -318,8 +318,8 @@
+ done:
+ if (server_fd >= 0)
+ close(server_fd);
+- printf("(%u seconds, %lu:%lu bytes)\n",
+- time(NULL) - t, bytes_out, bytes_in);
++ printf("(%lu seconds, %lu:%lu bytes)\n",
++ (unsigned long)(time(NULL) - t), bytes_out, bytes_in);
+ if (terminate_client)
+ irc_send_notice(client_fd, "Closing connection "
+ "(%u seconds, %lu:%lu bytes)",