1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

procdesc: fix the function name

I changed name of the function r350429 and forgot to update
the r350612 patch.

Reported by:	jenkins
MFC after:	1 month
This commit is contained in:
Mariusz Zaborski 2019-08-05 20:31:17 +00:00
parent 9f5103abab
commit c878d1eb45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350617

View File

@ -419,7 +419,7 @@ procdesc_close(struct file *fp, struct thread *td)
if ((p->p_flag & P_TRACED) == 0) {
proc_reparent(p, p->p_reaper, true);
} else {
clear_orphan(p);
proc_clear_orphan(p);
p->p_oppid = p->p_reaper->p_pid;
proc_add_orphan(p, p->p_reaper);
}