summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-05-17 10:17:25 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-05-17 10:17:25 +0000
commitad32c567fcf8f6150f2477782a05d8ffce27f5f7 (patch)
treec09f20d144510fcd886815f5a709e29046e2e920 /net
parent- Add WITH_MODULE knob to build/install if_ipw.ko. (diff)
- Remove old patch.
Reported by: Markus Buretorp <markus.buretorp@home.se>
Notes
Notes: svn path=/head/; revision=135454
Diffstat (limited to 'net')
-rw-r--r--net/rtorrent/files/patch-src_display_utils.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/rtorrent/files/patch-src_display_utils.cc b/net/rtorrent/files/patch-src_display_utils.cc
deleted file mode 100644
index 473875ee1ef0..000000000000
--- a/net/rtorrent/files/patch-src_display_utils.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/display/utils.cc.orig
-+++ src/display/utils.cc
-@@ -58,7 +58,7 @@
-
- std::string
- print_hhmmss(utils::Timer t) {
-- std::tm *u = std::localtime(&(time_t)t.tval().tv_sec);
-+ std::tm *u = std::localtime((const time_t *)&t.tval().tv_sec);
-
- if (u == NULL)
- return "inv_time";