kernel: fix mistake from previous commit (noteid not being inherited by default)

This commit is contained in:
cinap_lenrek 2020-01-27 01:51:35 +01:00
parent 8d51e7fa1a
commit 46a733c328

View file

@ -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;