diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-04-05 22:16:12 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-04-05 22:16:12 +0000 |
commit | b294b98273d5cae35ab470c066f683c7b5e8d837 (patch) | |
tree | eee9e6143a38af1c4219aaf69eb7096627c2e625 /x11/kde4-runtime/files/patch-ksysguard-CPU.c | |
parent | Add missing files (diff) |
Rejoice, for the long awaited upgrade to kde 3.1.1 is here!
Notes
Notes:
svn path=/head/; revision=78353
Diffstat (limited to 'x11/kde4-runtime/files/patch-ksysguard-CPU.c')
-rw-r--r-- | x11/kde4-runtime/files/patch-ksysguard-CPU.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/kde4-runtime/files/patch-ksysguard-CPU.c b/x11/kde4-runtime/files/patch-ksysguard-CPU.c deleted file mode 100644 index 584110b5e9d1..000000000000 --- a/x11/kde4-runtime/files/patch-ksysguard-CPU.c +++ /dev/null @@ -1,24 +0,0 @@ -Index: ksysguard/ksysguardd/FreeBSD/CPU.c -=================================================================== -RCS file: /home/kde/kdebase/ksysguard/ksysguardd/FreeBSD/CPU.c,v -retrieving revision 1.9 -diff -u -5 -p -d -r1.9 CPU.c ---- ksysguard/ksysguardd/FreeBSD/CPU.c 17 Oct 2002 10:04:02 -0000 1.9 -+++ ksysguard/ksysguardd/FreeBSD/CPU.c 3 Mar 2003 07:11:28 -0000 -@@ -19,11 +19,16 @@ - - $Id: CPU.c,v 1.9 2002/10/17 10:04:02 garbanzo Exp $ - */ - - #include <sys/types.h> -+#include <sys/param.h> -+#if __FreeBSD_version < 500101 - #include <sys/dkstat.h> -+#else -+#include <sys/resource.h> -+#endif - #include <sys/sysctl.h> - - #include <devstat.h> - #include <fcntl.h> - #include <nlist.h> |