FreeBSD Bugzilla – Attachment 152086 Details for
Bug 195481
[PORT] x11-wm/enlightenment: error on startup related to cpufreq (v0.19.1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Path to resolve this problem
freqset.c.diff (text/plain), 544 bytes, created by
Dmitry Lukhtionov
on 2015-01-24 10:09:44 UTC
(
hide
)
Description:
Path to resolve this problem
Filename:
MIME Type:
Creator:
Dmitry Lukhtionov
Created:
2015-01-24 10:09:44 UTC
Size:
544 bytes
patch
obsolete
>--- src/modules/cpufreq/freqset.c.orig 2015-01-24 11:58:59.000000000 +0200 >+++ src/modules/cpufreq/freqset.c 2015-01-24 11:58:51.000000000 +0200 >@@ -59,7 +59,7 @@ > { > int new_frequency = atoi(argv[2]); > size_t len = sizeof(new_frequency); >- if (sysctlbyname("dev.cpu.0.freq", NULL, 0, &new_frequency, &len) == -1) >+ if (sysctlbyname("dev.cpu.0.freq", NULL, 0, &new_frequency, len) == -1) > { > fprintf(stderr, "Unable to open frequency interface for writing.\n"); > return 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195481
: 152086