summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-12-16 01:01:01 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-12-16 01:01:01 +0000
commit4367960f578e05fac6db01f5e0e8c97343314f07 (patch)
tree0a726764e13d68ca915961ffe0d9de93b4223c86 /sysutils
parentb351d45b41e13d0ef7efc60f24034cec22cace1d (diff)
downloadpkgsrc-4367960f578e05fac6db01f5e0e8c97343314f07.tar.gz
xfce4-cpugraph-plugin: remove patch missed in previous commit
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-cpugraph-plugin/patches/patch-panel-plugin_os.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/xfce4-cpugraph-plugin/patches/patch-panel-plugin_os.c b/sysutils/xfce4-cpugraph-plugin/patches/patch-panel-plugin_os.c
deleted file mode 100644
index 5907be811ee..00000000000
--- a/sysutils/xfce4-cpugraph-plugin/patches/patch-panel-plugin_os.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-panel-plugin_os.c,v 1.4 2019/10/12 10:25:59 gutteridge Exp $
-
-Fix NetBSD support. https://bugzilla.xfce.org/show_bug.cgi?id=15794
-
---- panel-plugin/os.c.orig 2019-07-02 23:18:51.000000000 +0000
-+++ panel-plugin/os.c
-@@ -226,7 +226,7 @@ read_cpu_data (CpuData *data, guint nb_c
- data[0].load = 0;
- for (i = 1; i <= nb_cpu; i++)
- {
-- cp_time1 = cp_time + CPUSTATE * (i - 1);
-+ cp_time1 = cp_time + CPUSTATES * (i - 1);
- used = cp_time1[CP_USER] + cp_time1[CP_NICE] + cp_time1[CP_SYS] + cp_time1[CP_INTR];
- total = used + cp_time1[CP_IDLE];
-