diff options
author | tron <tron@pkgsrc.org> | 2004-01-18 14:21:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-01-18 14:21:18 +0000 |
commit | 0141290c02314b60d5c35f6e356551db54bbb266 (patch) | |
tree | c2cf00cff08eeb83c252185bbda24ea4c8676849 /chat/icbirc/patches/patch-aa | |
parent | d6069deb813ce3f062e321ebbf4b5af3439f345e (diff) | |
download | pkgsrc-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-aa | 15 |
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)", |