summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-mibs-xorpevents.cc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-26 21:54:59 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-26 21:54:59 +0000
commit54dc2eefdab938ae2b410e756853cd13e4aaf074 (patch)
tree962ae154fb3cfc79c860e04a7f680db1f8814018 /net/xorp/files/patch-mibs-xorpevents.cc
parent- mark forbidden if build with Apache modules (not the default) (diff)
- Update to 1.8.5
- Unbreak and unexpire - Stage support PR: ports/186982 Submitted by: Johannes 5 Joemann
Notes
Notes: svn path=/head/; revision=346231
Diffstat (limited to 'net/xorp/files/patch-mibs-xorpevents.cc')
-rw-r--r--net/xorp/files/patch-mibs-xorpevents.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/xorp/files/patch-mibs-xorpevents.cc b/net/xorp/files/patch-mibs-xorpevents.cc
deleted file mode 100644
index 28298d110291..000000000000
--- a/net/xorp/files/patch-mibs-xorpevents.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- mibs/xorpevents.cc-orig 2011-12-27 00:35:22.000000000 +0000
-+++ mibs/xorpevents.cc 2011-12-27 00:36:01.000000000 +0000
-@@ -55,7 +55,7 @@
- {
- SnmpEventLoop& e = SnmpEventLoop::the_instance();
- DEBUGMSGTL((e._log_name, "run all xorp timers\n"));
-- DEBUGMSGTL((e._log_name, "# of timers: %d\n", e.timer_list().size()));
-+ DEBUGMSGTL((e._log_name, "# of timers: %zd\n", e.timer_list().size()));
- e.timer_list().run();
- SnmpEventLoop::AlarmMap::iterator p;
- for (p = e._pending_alarms.begin(); p != e._pending_alarms.end(); ++p) {