Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/procps/mpstat.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/mpstat.c

    r2725 r3232  
    88 */
    99
    10 //applet:IF_MPSTAT(APPLET(mpstat, _BB_DIR_BIN, _BB_SUID_DROP))
     10//applet:IF_MPSTAT(APPLET(mpstat, BB_DIR_BIN, BB_SUID_DROP))
    1111
    1212//kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o
     
    3737 * anything smaller than 10 chars looks ugly for /proc/softirqs stats.
    3838 */
    39 #define INTRATE_SCRWIDTH   10
     39#define INTRATE_SCRWIDTH      10
    4040#define INTRATE_SCRWIDTH_STR "10"
    4141
    4242/* System files */
    43 #define SYSFS_DEVCPU      "/sys/devices/system/cpu"
    4443#define PROCFS_STAT       "/proc/stat"
    4544#define PROCFS_INTERRUPTS "/proc/interrupts"
     
    846845//usage:#define mpstat_full_usage "\n\n"
    847846//usage:       "Per-processor statistics\n"
    848 //usage:     "\nOptions:"
    849847//usage:     "\n    -A          Same as -I ALL -u -P ALL"
    850848//usage:     "\n    -I SUM|CPU|ALL|SCPU Report interrupt statistics"
Note: See TracChangeset for help on using the changeset viewer.