summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-aj
blob: 95f4c5612ede6f7fa1d833453bcb9ebc23cb6b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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"