View | Details | Raw Unified | Return to bug 169779
Collapse All | Expand All

(-)powerd.c 2012-07-10 21:22:29.292974203 -0500 (+1 lines)
Lines 278-283 Link Here
278
acline_init(void)
278
acline_init(void)
279
{
279
{
280
       acline_mib_len = 4;
280
       acline_mib_len = 4;
281
        acline_status = SRC_UNKNOWN;
281
282
282
       if (sysctlnametomib(ACPIAC, acline_mib, &acline_mib_len) == 0) {
283
       if (sysctlnametomib(ACPIAC, acline_mib, &acline_mib_len) == 0) {
283
               acline_mode = ac_sysctl;
284
               acline_mode = ac_sysctl;

Return to bug 169779