From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 20:00:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9D216A4CE for ; Fri, 14 Nov 2003 20:00:04 -0800 (PST) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [66.31.45.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D02B43FE1 for ; Fri, 14 Nov 2003 20:00:02 -0800 (PST) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com (localhost.crodrigues.org [127.0.0.1])hAF420YJ014924; Fri, 14 Nov 2003 23:02:01 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)hAF420ho014923; Fri, 14 Nov 2003 23:02:00 -0500 (EST) (envelope-from rodrigc) Date: Fri, 14 Nov 2003 23:01:59 -0500 From: Craig Rodrigues To: Alfred Perlstein Message-ID: <20031115040159.GA14915@crodrigues.org> References: <20031115013231.GE35957@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031115013231.GE35957@elvis.mu.org> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: NFSv4 Client code committed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 04:00:04 -0000 On Fri, Nov 14, 2003 at 05:32:31PM -0800, Alfred Perlstein wrote: > NFSv4 shares some code with nfs2 and nfs3, and required some minor > modifications of the v2 and v3 sources so let me know if you > experience breakage. I'm getting this on buildworld: ===> usr.bin/fstat cc -O -pipe -mcpu=pentiumpro -c /usr/src/usr.bin/fstat/cd9660.c cc -O -pipe -mcpu=pentiumpro -c /usr/src/usr.bin/fstat/fstat.c In file included from /usr/src/usr.bin/fstat/fstat.c:75: /usr/obj/usr/src/i386/usr/include/nfsclient/nfsnode.h:129: error: field `n_rfc' has incomplete type /usr/obj/usr/src/i386/usr/include/nfsclient/nfsnode.h:130: error: field `n_wfc' has incomplete type *** Error code 1 Stop in /usr/src/usr.bin/fstat. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Script done on Fri Nov 14 23:00:39 2003 -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org