kernel: fix mistake from previous commit (noteid not being inherited by default)
This commit is contained in:
parent
8d51e7fa1a
commit
46a733c328
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ sysrfork(va_list list)
|
|||
p->notified = 0;
|
||||
p->lastnote = up->lastnote;
|
||||
|
||||
p->noteid = up->noteid;
|
||||
p->parentpid = up->pid;
|
||||
p->procmode = up->procmode;
|
||||
p->privatemem = up->privatemem;
|
||||
|
|
Loading…
Reference in a new issue