summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xosview/patches/patch-aj')
-rw-r--r--sysutils/xosview/patches/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/xosview/patches/patch-aj b/sysutils/xosview/patches/patch-aj
deleted file mode 100644
index 95f4c5612ed..00000000000
--- a/sysutils/xosview/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2003/10/01 00:33:54 christos Exp $
-
---- bsd/loadmeter.cc.orig 1999-02-16 09:09:21.000000000 -0500
-+++ bsd/loadmeter.cc 2003-09-30 20:27:02.000000000 -0400
-@@ -17,2 +17,3 @@
- //
-+#include <iostream>
- #include <stdlib.h> // for getloadavg()
-@@ -60,3 +61,3 @@
- // so having a decaying load average is redundant.
-- cerr << "Warning: The loadmeter can not be configured as a decay\n"
-+ std::cerr << "Warning: The loadmeter can not be configured as a decay\n"
- << " meter. See the source code (" << __FILE__ << ") for further\n"