summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xosview/patches/patch-ab')
-rw-r--r--sysutils/xosview/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/xosview/patches/patch-ab b/sysutils/xosview/patches/patch-ab
deleted file mode 100644
index a4018c97d3f..00000000000
--- a/sysutils/xosview/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2006/02/18 10:12:24 rillig Exp $
-
-Status: applied upstream.
-
---- bsd/intratemeter.cc.orig 2003-10-09 00:20:06.000000000 -0400
-+++ bsd/intratemeter.cc 2004-04-21 14:32:07.000000000 -0400
-@@ -48,7 +48,7 @@
- dodecay_ = parent_->isResourceTrue("irqrateDecay");
- useGraph_ = parent_->isResourceTrue("irqrateGraph");
- SetUsedFormat (parent_->getResource("irqrateUsedFormat"));
-- total_ = 100;
-+ total_ = 2000;
-
- // Now, grab a sample. I don't know if this is needed here. BCG
- BSDGetIntrStats (lastirqs_);