From owner-cvs-sys Mon Feb 10 08:32:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10831 for cvs-sys-outgoing; Mon, 10 Feb 1997 08:32:57 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10824; Mon, 10 Feb 1997 08:32:55 -0800 (PST) Date: Mon, 10 Feb 1997 08:32:55 -0800 (PST) From: Mike Pritchard Message-Id: <199702101632.IAA10824@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c imgact_coff.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/10 08:32:55 Modified: sys/i386/ibcs2 ibcs2_misc.c imgact_coff.c Log: Make this compile again after the Lite2 merge. VOP_UNLOCK was being called with the wrong mumber of arguments. Revision Changes Path 1.15 +2 -2 src/sys/i386/ibcs2/ibcs2_misc.c 1.20 +1 -1 src/sys/i386/ibcs2/imgact_coff.c