From owner-cvs-sys Tue Feb 25 09:24:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03389 for cvs-sys-outgoing; Tue, 25 Feb 1997 09:24:47 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03382; Tue, 25 Feb 1997 09:24:45 -0800 (PST) Date: Tue, 25 Feb 1997 09:24:45 -0800 (PST) From: Bruce Evans Message-Id: <199702251724.JAA03382@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_lock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/25 09:24:45 Modified: sys/kern kern_lock.c Log: Fixed counting of simplelocks in the SIMPLELOCK_DEBUG case. Fixed a style regression. Revision Changes Path 1.3 +2 -3 src/sys/kern/kern_lock.c