From owner-svn-src-all@FreeBSD.ORG Tue Jun 30 20:52:15 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4F1B106564A; Tue, 30 Jun 2009 20:52:15 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 017328FC12; Tue, 30 Jun 2009 20:52:14 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fxm18 with SMTP id 18so388165fxm.43 for ; Tue, 30 Jun 2009 13:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=odRzuLW28U6vGyzqJAY+FduDb6mWnnxO/h2zTE9+ff4=; b=aC8pF1VMbpyRs+EC6S2N+LPLJ5Imiwb7UtobemYvExp3Y4N+We75wQO9Wm8aZf1cU6 9sTkyneKnUCFNLq+lOz8dUZVH1E4OJy9xM5Fyw7HrjOvQrENIq+Zm9o9E96y1eqjOian Lwyw2SpbNIYPcsigDgE4hBP3QRa0vY0+xmhqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=L4WtOTVJ3Pir/p15HN1OpTM54GB8dMT2IwnlyKJuCezONEwzRDqCTzoPBXbra7z/UD mAhE3iSaW9tmzZogXqn5pL3OmvMybAXm0jz8imVjn5H66Eh68o1U3Wfnv2uAlvrMeEaB wAXea6SFhm3egc+mDD2JIDswhcmjy7sEbamgU= MIME-Version: 1.0 Received: by 10.204.61.204 with SMTP id u12mr8673675bkh.149.1246393335429; Tue, 30 Jun 2009 13:22:15 -0700 (PDT) In-Reply-To: <20090630201422.GD48776@hoeg.nl> References: <200906301903.n5UJ3RrE089516@svn.freebsd.org> <20090630201422.GD48776@hoeg.nl> Date: Wed, 1 Jul 2009 00:22:15 +0400 Message-ID: From: pluknet To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Doug Rabson , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r195202 - in head/sys: conf i386/i386 modules/nfsclient modules/nfsserver nfs nfsclient nfsserver X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 20:52:16 -0000 2009/7/1 Ed Schouten : > Hi Doug, > > * Doug Rabson wrote: >> Log: >> Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. >> >> Approved by: re > > It seems /sys/amd64/amd64/genassym.c doesn't build anymore, because it > includes . It seems removing the #include fixes the build. > Moreover, this file should go to ObsoleteFiles.inc. -- wbr, pluknet