aboutsummaryrefslogtreecommitdiff
path: root/irc/icbirc/files/patch-icbirc.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2016-11-06 21:08:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2016-11-06 21:08:29 +0000
commit52389e7c814f440812a7310202ff8d6cc8b4cba9 (patch)
tree5c1b209ea863674b66de5b197eaf8c3aca9419ce /irc/icbirc/files/patch-icbirc.c
parent6127c90e256874814be7af5252cfbdcfac9ac5ff (diff)
downloadports-52389e7c814f440812a7310202ff8d6cc8b4cba9.tar.gz
ports-52389e7c814f440812a7310202ff8d6cc8b4cba9.zip
Notes
Diffstat (limited to 'irc/icbirc/files/patch-icbirc.c')
-rw-r--r--irc/icbirc/files/patch-icbirc.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/irc/icbirc/files/patch-icbirc.c b/irc/icbirc/files/patch-icbirc.c
deleted file mode 100644
index 1bdff116b421..000000000000
--- a/irc/icbirc/files/patch-icbirc.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- icbirc.c.orig 2004-11-19 06:14:28.000000000 +0900
-+++ icbirc.c 2014-05-17 02:17:15.000000000 +0900
-@@ -30,7 +30,9 @@
- *
- */
-
-+#if 0
- static const char rcsid[] = "$Id: icbirc.c,v 1.13 2004/11/18 21:14:28 dhartmei Exp $";
-+#endif
-
- #include <sys/types.h>
- #include <sys/socket.h>
-@@ -322,8 +324,8 @@
- (unsigned long)(time(NULL) - t), bytes_out, bytes_in);
- if (terminate_client)
- irc_send_notice(client_fd, "Closing connection "
-- "(%u seconds, %lu:%lu bytes)",
-- time(NULL) - t, bytes_out, bytes_in);
-+ "(%lu seconds, %lu:%lu bytes)",
-+ (unsigned long)(time(NULL) - t), bytes_out, bytes_in);
- }
-
- int