CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/13 07:33:37
Modified files:
sys/kern : kern_sig.c
sys/sys : signalvar.h
Log message:
Unbreak tree. Instead of passing struct process to siginit() just pass the
struct sigacts since that is the only thing that is modified by siginit.
