From owner-cvs-sys Mon Feb 10 08:34:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10949 for cvs-sys-outgoing; Mon, 10 Feb 1997 08:34:22 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10933; Mon, 10 Feb 1997 08:34:18 -0800 (PST) Date: Mon, 10 Feb 1997 08:34:18 -0800 (PST) From: Mike Pritchard Message-Id: <199702101634.IAA10933@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_file.c linux_misc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/10 08:34:17 Modified: sys/i386/linux linux_file.c linux_misc.c Log: Make this compile again after the Lite2 merge. VOP_UNLOCK was being called with the wrong mumber of arguments. Also silenced a -Wall warning. Revision Changes Path 1.10 +2 -3 src/sys/i386/linux/linux_file.c 1.23 +2 -2 src/sys/i386/linux/linux_misc.c