Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/procps/pmap.c


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/procps/pmap.c

    r3232 r3621  
    2121//usage:       "[-xq] PID"
    2222//usage:#define pmap_full_usage "\n\n"
    23 //usage:       "Display detailed process memory usage"
     23//usage:       "Display process memory usage"
    2424//usage:     "\n"
    2525//usage:     "\n    -x  Show details"
     
    6767    char buf[256];
    6868
    69     read_cmdline(buf, sizeof(buf), pid, "no such process");
     69    read_cmdline(buf, sizeof(buf), pid, NULL);
    7070    printf("%u: %s\n", (int)pid, buf);
    7171
Note: See TracChangeset for help on using the changeset viewer.