summaryrefslogtreecommitdiff
path: root/irc/epic5/files/patch-dcc.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-18 08:43:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-18 08:43:30 +0000
commitc8eaec0fe73c4f68ef04de5e540c3aa9c964acf7 (patch)
tree955480fc51f01c8c791176d24a8011d826229c93 /irc/epic5/files/patch-dcc.c
parent- Update to 0.89 ("Chateaugay") (diff)
- Update to version 1.1.16
- Add SSL support PR: 59387 Submitted by: maintainer
Diffstat (limited to 'irc/epic5/files/patch-dcc.c')
-rw-r--r--irc/epic5/files/patch-dcc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/epic5/files/patch-dcc.c b/irc/epic5/files/patch-dcc.c
deleted file mode 100644
index bb588180d6b7..000000000000
--- a/irc/epic5/files/patch-dcc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/dcc.c.orig Mon May 6 03:36:21 2002
-+++ source/dcc.c Mon May 6 03:36:44 2002
-@@ -1366,7 +1366,7 @@
- /*
- * Figure out something sane for the xfer speed.
- */
-- if (Client->bytes_sent)
-+ if (act_sent)
- {
- strlcpy(speed, calc_speed(act_sent,
- Client->starttime.tv_sec, time(NULL)), 9);