jer 14/12/03 12:39:26 Added: powernowd-1.00-buf.patch Log: Add upstream patch for systems with many processors. Add github homepage. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 sys-power/powernowd/files/powernowd-1.00-buf.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/files/powernowd-1.00-buf.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/powernowd/files/powernowd-1.00-buf.patch?rev=1.1&content-type=text/plain Index: powernowd-1.00-buf.patch =================================================================== --- a/powernowd.c +++ b/powernowd.c @@ -107,7 +107,7 @@ typedef struct cpuinfo { cpuinfo_t **all_cpus; /* idea stolen from procps */ -static char buf[1024]; +static char buf[2048]; enum function { SINE,
