You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/powernowd/files/powernowd-1.00-inline.patch

12 lines
249 B

--- a/powernowd.c
+++ b/powernowd.c
@@ -322,7 +322,7 @@
/*
* The heart of the program... decide to raise or lower the speed.
*/
-enum modes inline decide_speed(cpuinfo_t *cpu)
+enum modes decide_speed(cpuinfo_t *cpu)
{
int err;
float pct;