From owner-cvs-sys Tue Feb 18 06:37:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA07105 for cvs-sys-outgoing; Tue, 18 Feb 1997 06:37:30 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA07098; Tue, 18 Feb 1997 06:37:28 -0800 (PST) Date: Tue, 18 Feb 1997 06:37:28 -0800 (PST) From: Bruce Evans Message-Id: <199702181437.GAA07098@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_lockf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/18 06:37:28 Modified: sys/kern kern_lockf.c Log: Added some ufs #includes so that this compiles with option LOCKF_DEBUG. Moving this all from ufs wasn't a good move. At least the debugging routines depend on the file system. Cleaned up the LOCKF_DEBUG #includes. Revision Changes Path 1.12 +7 -2 src/sys/kern/kern_lockf.c