Module Name: src
Committed By: kamil
Date: Fri Apr 21 19:38:35 UTC 2017
Modified Files:
src/sys/kern: sys_lwp.c
Log Message:
Try to fix build of sys_lwp.c
lwp_create() has been acquired more arguments, there was missing the latest
one. Per analogiam with changes in the same commit to other source files,
go for &SS_INIT.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/kern/sys_lwp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.