shithub: riscv

Download patch

ref: 46a733c328cf8ab399d779cc54333fe858d89da7
parent: 8d51e7fa1a1dbcbde513c2b756d504c879598907
author: cinap_lenrek <[email protected]>
date: Sun Jan 26 20:51:35 EST 2020

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

--- a/sys/src/9/port/sysproc.c
+++ b/sys/src/9/port/sysproc.c
@@ -98,6 +98,7 @@
 	p->notified = 0;
 	p->lastnote = up->lastnote;
 
+	p->noteid = up->noteid;
 	p->parentpid = up->pid;
 	p->procmode = up->procmode;
 	p->privatemem = up->privatemem;