From owner-freebsd-current@FreeBSD.ORG Mon Apr 25 13:10:51 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 B78B21065670 for ; Mon, 25 Apr 2011 13:10:51 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF458FC0A for ; Mon, 25 Apr 2011 13:10:50 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjgHAIxytU2DaFvO/2dsb2JhbACET5M9jh+wdpAtgSmDUH0EjjU X-IronPort-AV: E=Sophos;i="4.64,265,1301889600"; d="scan'208";a="119383251" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 25 Apr 2011 09:10:30 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 3A7C0B3FEE for ; Mon, 25 Apr 2011 09:10:30 -0400 (EDT) Date: Mon, 25 Apr 2011 09:10:30 -0400 (EDT) From: Rick Macklem To: freebsd-current@freebsd.org Message-ID: <1481134074.508426.1303737030180.JavaMail.root@erie.cs.uoguelph.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Subject: Heads up: nfsclient .h dependencies changing 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: Mon, 25 Apr 2011 13:10:51 -0000 Hi, I will be making a commit to head/sys that will change the .h file dependencies for the experimental NFS client. You probably want to do a fresh: make cleandepend make depend when building a kernel after updating to r221014. rick