Use ncurses-{libs,devel} everywhere and bumprev for ABI change.
This commit is contained in:
parent
0cfd33b8f4
commit
9b73c60de2
133 changed files with 913 additions and 5950 deletions
20
srcpkgs/procps/patches/procps-3.2.7-top-cpu0.patch
Normal file
20
srcpkgs/procps/patches/procps-3.2.7-top-cpu0.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- procps-3.2.7/top.c.orig 2007-09-07 21:28:41.000000000 +0100
|
||||
+++ procps-3.2.7/top.c 2007-09-07 21:29:15.000000000 +0100
|
||||
@@ -959,8 +959,15 @@
|
||||
|
||||
// and just in case we're 2.2.xx compiled without SMP support...
|
||||
if (Cpu_tot == 1) {
|
||||
- cpus[1].id = 0;
|
||||
- memcpy(cpus, &cpus[1], sizeof(CPU_t));
|
||||
+ cpus[0].id = cpus[1].id = 0;
|
||||
+ cpus[0].u = cpus[1].u;
|
||||
+ cpus[0].n = cpus[1].n;
|
||||
+ cpus[0].s = cpus[1].s;
|
||||
+ cpus[0].i = cpus[1].i;
|
||||
+ cpus[0].w = cpus[1].w;
|
||||
+ cpus[0].x = cpus[1].x;
|
||||
+ cpus[0].y = cpus[1].y;
|
||||
+ cpus[0].z = cpus[1].z;
|
||||
}
|
||||
|
||||
// now value each separate cpu's tics
|
Loading…
Add table
Add a link
Reference in a new issue