From owner-freebsd-current Mon Feb 10 05:46:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA03165 for current-outgoing; Mon, 10 Feb 1997 05:46:17 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA03154; Mon, 10 Feb 1997 05:46:06 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id IAA10215; Mon, 10 Feb 1997 08:45:51 -0500 (EST) From: "John S. Dyson" Message-Id: <199702101345.IAA10215@dyson.iquest.net> Subject: Re: Lite/2 commits complete To: kato@eclogite.eps.nagoya-u.ac.jp (KATO Takenori) Date: Mon, 10 Feb 1997 08:45:51 -0500 (EST) Cc: dyson@freebsd.org, current@freebsd.org In-Reply-To: <199702101246.VAA04611@marble.eps.nagoya-u.ac.jp> from "KATO Takenori" at Feb 10, 97 09:46:09 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > linux_file.c is broken: > > ../../i386/linux/linux_file.c: In function `linux_getdents': > ../../i386/linux/linux_file.c:466: warning: passing arg 6 of `VOP_READDIR' from incompatible pointer type > ../../i386/linux/linux_file.c:533: warning: passing arg 2 of `VOP_UNLOCK' makes integer from pointer without a cast > ../../i386/linux/linux_file.c:533: too few arguments to function `VOP_UNLOCK' > *** Error code 1 > > This VOP_UNLOCK is not Lite-2 style. > There are several problems (as expected.) Anyone who normally works on the kernel can fix the problem(s), or I will later on today. Whomever gets to them first is fine with me... Thanks for the info though. I missed a few things. :-(. John