whitespace cleanup
This commit is contained in:
parent
a6127aacef
commit
9213a9e0f2
92 changed files with 218 additions and 218 deletions
|
@ -45,7 +45,7 @@ static int pid_is_exec(pid_t pid, const char *name)
|
|||
sprintf(buf, "/proc/%d/exe", pid);
|
||||
execbuf = xstrdup(name);
|
||||
readlink(buf, execbuf, strlen(name)+1);
|
||||
|
||||
|
||||
equal = ! strcmp(execbuf, name);
|
||||
if (ENABLE_FEATURE_CLEAN_UP)
|
||||
free(execbuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue