FreeBSD Bugzilla – Attachment 184568 Details for
Bug 220900
deskutils/tpb: Fix invalid sysctl oid, Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct invalid sysctl oid "dec.acpi_ibm.0.volume"
patch-src-tpb.c.diff (text/plain), 490 bytes, created by
Dmitry Lukhtionov
on 2017-07-21 11:25:02 UTC
(
hide
)
Description:
Correct invalid sysctl oid "dec.acpi_ibm.0.volume"
Filename:
MIME Type:
Creator:
Dmitry Lukhtionov
Created:
2017-07-21 11:25:02 UTC
Size:
490 bytes
patch
obsolete
>--- deskutils/tpb/files/patch-src-tpb.c.orig 2016-11-10 10:07:12.875010000 +0200 >+++ deskutils/tpb/files/patch-src-tpb.c 2017-07-21 13:50:31.913514000 +0300 >@@ -156,7 +156,7 @@ > +#ifdef __FreeBSD__ > + u_int n = thinkpad_state->volume_level; > + >-+ if (sysctlbyname("dec.acpi_ibm.0.volume", NULL, NULL, &n, sizeof(n)) != 0) >++ if (sysctlbyname("dev.acpi_ibm.0.volume", NULL, NULL, &n, sizeof(n)) != 0) > + fprintf(stderr, _("Unable to set volume sysctl")); > + else { > +#endif
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 220900
: 184568 |
184569
|
184570