diff options
Diffstat (limited to 'x11-wm/epplets/files/patch-ad')
-rw-r--r-- | x11-wm/epplets/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/epplets/files/patch-ad b/x11-wm/epplets/files/patch-ad new file mode 100644 index 000000000000..39abe3c18191 --- /dev/null +++ b/x11-wm/epplets/files/patch-ad @@ -0,0 +1,11 @@ +--- epplets/E-Load.c.orig Thu Jan 13 15:01:17 2000 ++++ epplets/E-Load.c Thu Jan 13 15:01:37 2000 +@@ -95,7 +95,7 @@ + glibtop_cpu cpu; + + glibtop_get_cpu (&cpu); +- bits= (int)cpu.xcpu_flags; ++ bits= (int)cpu.flags; + for (i=0; i<GLIBTOP_NCPU; i++) { + c += bits&1; + /* printf ("%d: %o - %d\n",i,bits,c ); */ |