Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/procps/powertop.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/procps/powertop.c

    r2725 r3232  
    1010 */
    1111
    12 //applet:IF_POWERTOP(APPLET(powertop, _BB_DIR_BIN, _BB_SUID_DROP))
     12//applet:IF_POWERTOP(APPLET(powertop, BB_DIR_USR_SBIN, BB_SUID_DROP))
    1313
    1414//kbuild:lib-$(CONFIG_POWERTOP) += powertop.o
     
    394394    char line[15 + 3 + 128];
    395395    int n;
    396     ullong totalticks;
    397396    FILE *fp;
    398397
    399398    buf[0] = '\0';
    400     totalticks = 0;
    401399
    402400    n = 0;
     
    496494 */
    497495static void cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx,
    498                   unsigned int *edx)
     496                unsigned int *edx)
    499497{
    500498    /* EAX value specifies what information to return */
     
    653651        bb_putchar('\n');
    654652        bb_error_msg("no stats available; run as root or"
    655                 " enable the cpufreq_stats module");
     653                " enable the timer_stats module");
    656654    }
    657655}
Note: See TracChangeset for help on using the changeset viewer.