diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-23 18:54:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-23 18:54:05 +0100 |
commit | 47827480b2fe99417cd83cf4f3210f756fdccc2c (patch) | |
tree | 357362ac3ec88b70b82b7d9d7dff49407ada9fa2 /package/cpufrequtils/patches/patch-utils_set_c | |
parent | d47fe14025c27b78e8819e8f0c409b9cce1483b3 (diff) |
update patch to the Makefile changes send to upstream
Diffstat (limited to 'package/cpufrequtils/patches/patch-utils_set_c')
-rw-r--r-- | package/cpufrequtils/patches/patch-utils_set_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cpufrequtils/patches/patch-utils_set_c b/package/cpufrequtils/patches/patch-utils_set_c index 18561004c..b1dee1b3f 100644 --- a/package/cpufrequtils/patches/patch-utils_set_c +++ b/package/cpufrequtils/patches/patch-utils_set_c @@ -1,5 +1,5 @@ ---- cpufrequtils-007.orig/utils/set.c Sat Jan 16 14:47:44 2010 -+++ cpufrequtils-007/utils/set.c Thu Jan 21 19:01:22 2010 +--- cpufrequtils-007.orig/utils/set.c 2010-01-16 14:47:44.000000000 +0100 ++++ cpufrequtils-007/utils/set.c 2010-01-23 18:51:50.185869113 +0100 @@ -12,9 +12,6 @@ #include <limits.h> #include <string.h> @@ -78,7 +78,7 @@ print_help(); } -@@ -180,7 +177,7 @@ static int do_new_policy(unsigned int cpu, struct cpuf +@@ -180,7 +177,7 @@ static int do_new_policy(unsigned int cp int ret; if (!cur_pol) { |