diff options
Diffstat (limited to 'x11-wm/epplets/files/patch-ae')
-rw-r--r-- | x11-wm/epplets/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/epplets/files/patch-ae b/x11-wm/epplets/files/patch-ae new file mode 100644 index 000000000000..c113df6c7a46 --- /dev/null +++ b/x11-wm/epplets/files/patch-ae @@ -0,0 +1,11 @@ +--- epplets/E-Cpu.c.orig Thu Jan 13 15:06:17 2000 ++++ epplets/E-Cpu.c Thu Jan 13 15:06:49 2000 +@@ -328,7 +328,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 ); */ |