summaryrefslogtreecommitdiff
path: root/x11/kdebase2/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase2/patches/patch-ah')
-rw-r--r--x11/kdebase2/patches/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/kdebase2/patches/patch-ah b/x11/kdebase2/patches/patch-ah
new file mode 100644
index 00000000000..e2cebab263f
--- /dev/null
+++ b/x11/kdebase2/patches/patch-ah
@@ -0,0 +1,16 @@
+$NetBSD: patch-ah,v 1.1.1.1 2001/03/14 16:03:12 skrll Exp $
+
+--- ksysguard/ksysguardd/FreeBSD/CPU.c.orig Tue Aug 8 23:53:56 2000
++++ ksysguard/ksysguardd/FreeBSD/CPU.c
+@@ -25,7 +25,11 @@
+
+ #include <kvm.h>
+ #include <nlist.h>
++#ifdef __NetBSD__
++#include <sys/sched.h> /* CPUSTATES */
++#else
+ #include <devstat.h>
++#endif
+ #include <fcntl.h>
+ #include <stdio.h>
+ #include <stdlib.h>