From owner-freebsd-current Mon Feb 10 04:46:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA00623 for current-outgoing; Mon, 10 Feb 1997 04:46:52 -0800 (PST) Received: from marble.eps.nagoya-u.ac.jp (marble.eps.nagoya-u.ac.jp [133.6.57.68]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA00615; Mon, 10 Feb 1997 04:46:43 -0800 (PST) Received: from marble.eps.nagoya-u.ac.jp (localhost [127.0.0.1]) by marble.eps.nagoya-u.ac.jp (8.7.6/3.4W4) with ESMTP id VAA04611; Mon, 10 Feb 1997 21:46:09 +0900 (JST) Message-Id: <199702101246.VAA04611@marble.eps.nagoya-u.ac.jp> To: dyson@freebsd.org Cc: current@freebsd.org Subject: Re: Lite/2 commits complete In-Reply-To: Your message of "Sun, 9 Feb 1997 21:29:49 -0500 (EST)" References: <199702100229.VAA01285@dyson.iquest.net> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 10 Feb 1997 21:46:09 +0900 From: KATO Takenori 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. kato