mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Also updated LICENSE. Closes: https://bugs.gentoo.org/783753 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
15 lines
254 B
Diff
15 lines
254 B
Diff
http://bugs.gentoo.org/377355
|
|
|
|
--- a/src/acpitool.cpp
|
|
+++ b/src/acpitool.cpp
|
|
@@ -205,8 +205,7 @@
|
|
Kernel_24 = 1;
|
|
Kernel_26 = 0;
|
|
}
|
|
-
|
|
- if(strncmp(str,"2.6",3)==0)
|
|
+ else
|
|
{
|
|
Kernel_24 = 0;
|
|
Kernel_26 = 1;
|