Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/kern/kern_event.c 70834 2001-01-09 04:33:49Z wollman $
---
> * $FreeBSD: head/sys/kern/kern_event.c 71500 2001-01-24 00:35:12Z jhb $
218c218
< /* XXX lock the proc here while adding to the list? */
---
> PROC_LOCK(p);
219a220
> PROC_UNLOCK(p);
240c241
< /* XXX locking? this might modify another process. */
---
> PROC_LOCK(p);
241a243
> PROC_UNLOCK(p);