summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon/sample.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 16:31:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 18:39:01 +0900
commitfeef99a53b74edfb446b00ee51d8dc127e34feb4 (patch)
tree8c4471784549f784bad00c1a25bfb6b66cc25138 /kicker-applets/ktimemon/sample.h
parent398eccc89dbab9d6755eb972bf93d2c6663d7f9b (diff)
downloadtdeaddons-feef99a5.tar.gz
tdeaddons-feef99a5.zip
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a8800713d7d28851a5f355df911ffaf5f338809)
Diffstat (limited to 'kicker-applets/ktimemon/sample.h')
-rw-r--r--kicker-applets/ktimemon/sample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/ktimemon/sample.h b/kicker-applets/ktimemon/sample.h
index 6ebe77d..2a79ad9 100644
--- a/kicker-applets/ktimemon/sample.h
+++ b/kicker-applets/ktimemon/sample.h
@@ -80,7 +80,7 @@ private:
struct kstat_ctl *kc;
bool warned;
#endif
-#if defined(USE_SOLARIS) || defined(__osf__)
+#if defined(USE_SOLARIS)
unsigned long pagesPerMB;
#endif
Sample sample, oldSample;