diff options
Diffstat (limited to 'sysutils/xsysstats/files/patch-xsysstats.c')
-rw-r--r-- | sysutils/xsysstats/files/patch-xsysstats.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sysutils/xsysstats/files/patch-xsysstats.c b/sysutils/xsysstats/files/patch-xsysstats.c index 7150d1f88d0d..adb8f2e4799f 100644 --- a/sysutils/xsysstats/files/patch-xsysstats.c +++ b/sysutils/xsysstats/files/patch-xsysstats.c @@ -1,8 +1,16 @@ ---- xsysstats.c.orig Sat Nov 9 08:44:11 2002 -+++ xsysstats.c Sat Nov 9 08:44:45 2002 +--- xsysstats.c.orig 2000-05-30 06:39:48 UTC ++++ xsysstats.c @@ -1,5 +1,4 @@ #include "xsysstats.h" -#include "headers.h" #include "patchlevel.h" struct base_types { +@@ -48,6 +47,7 @@ struct base_types types[NUM_TYPES] = { + {"icpu", "icpu", 100}, + }; + ++struct graph_info *graphs; + + /* Various notes: + * we store the values in the 'points' variable. They are stored in the |