From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 09:54:15 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D759F1065670 for ; Fri, 29 Apr 2011 09:54:15 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB998FC17 for ; Fri, 29 Apr 2011 09:54:15 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1QFkOs-00082C-3a>; Fri, 29 Apr 2011 11:54:14 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1QFkOs-000541-0x>; Fri, 29 Apr 2011 11:54:14 +0200 Message-ID: <4DBA8AC5.40307@zedat.fu-berlin.de> Date: Fri, 29 Apr 2011 11:54:13 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <1279660660.660472.1303927189244.JavaMail.root@erie.cs.uoguelph.ca> <79578054@bb.ipt.ru> In-Reply-To: <79578054@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: Re: Heads up: default nfs client switched to new one X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 29 Apr 2011 09:54:15 -0000 On 04/29/11 11:00, Boris Samorodov wrote: > On Wed, 27 Apr 2011 13:59:49 -0400 (EDT) Rick Macklem wrote: > >> Hopefully, you won't need to do anything to keep things working >> and this won't cause you grief, rick > > I've updated my tiny home network (host + two diskless clients). > No problems so far. Great work, thanks! > I get this error on 9.0CURRENT/amd64 this morning after updateng the sources: cc1: warnings being treated as errors /usr/src/sys/fs/nfsclient/nfs_clvfsops.c: In function 'nfs_mount': /usr/src/sys/fs/nfsclient/nfs_clvfsops.c:1030: warning: passing argument 4 of 'copyinstr' from incompatible pointer type *** Error code 1 O.