--- src/sys/sys/sysmsg.h 2004/08/12 19:59:30 1.6 +++ src/sys/sys/sysmsg.h 2005/10/09 21:38:04 1.7 @@ -41,11 +41,11 @@ struct sysmsg { } sm; }; -struct proc; +struct lwp; union sysunion; -struct sysmsg *sysmsg_wait(struct proc *p, struct sysmsg *sysmsg, int nonblock); -void sysmsg_rundown(struct proc *p, int doabort); +struct sysmsg *sysmsg_wait(struct lwp *lp, struct sysmsg *sysmsg, int nonblock); +void sysmsg_rundown(struct lwp *lp, int doabort); #endif