Deleted Added
full compact
41c41
< * $FreeBSD: head/sys/fs/procfs/procfs_status.c 90717 2002-02-16 05:59:26Z bde $
---
> * $FreeBSD: head/sys/fs/procfs/procfs_status.c 91140 2002-02-23 11:12:57Z tanimura $
50a51,52
> #include <sys/mutex.h>
> #include <sys/sx.h>
78d79
< PROC_UNLOCK(p);
80a82
> SESS_LOCK(sess);
108a111,112
> SESS_UNLOCK(sess);
> PROC_UNLOCK(p);