resolved conflicts for merge of cb8c583d to stage-aosp-master
Change-Id: I3a75fda571896ad42e5a2b9499e156e9449d23ed
This commit is contained in:
commit
359d58dc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ static int ps_line(int pid, int tid, char *namefilter)
|
|||
strcpy(user,pw->pw_name);
|
||||
}
|
||||
|
||||
if(!namefilter || !strncmp(name, namefilter, strlen(namefilter))) {
|
||||
if(!namefilter || !strncmp(cmdline[0] ? cmdline : name, namefilter, strlen(namefilter))) {
|
||||
if (display_flags & SHOW_MACLABEL) {
|
||||
fd = open(macline, O_RDONLY);
|
||||
strcpy(macline, "-");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue