Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/kern/kern_mutex.c 69879 2000-12-12 00:37:18Z jhb $
---
> * $FreeBSD: head/sys/kern/kern_mutex.c 69881 2000-12-12 01:14:32Z jake $
1356c1356
< void
---
> int
1359a1360
> int nheld;
1360a1362
> nheld = 0;
1365a1368
> nheld++;
1366a1370,1371
>
> return (nheld);