mirror of https://github.com/mirror/busybox.git
fuser: a now, the corrected fix (vda botched previous one)
parent
634b022108
commit
cd9d4c85a4
|
@ -216,6 +216,7 @@ static pid_list *scan_proc_pids(inode_list *ilist)
|
|||
pid_t pid;
|
||||
pid_list *plist;
|
||||
|
||||
xchdir("/proc");
|
||||
d = opendir("/proc");
|
||||
if (!d)
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue