From owner-freebsd-current@FreeBSD.ORG Fri May 6 20:53:48 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 AECEA106564A for ; Fri, 6 May 2011 20:53:48 +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 556C98FC08 for ; Fri, 6 May 2011 20:53:47 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEABNfxE2DaFvO/2dsb2JhbACEU6JCs3OQeYEqhF8Ej1iOcA X-IronPort-AV: E=Sophos;i="4.64,328,1301889600"; d="scan'208";a="122392684" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 06 May 2011 16:30:49 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id EFE4FB3F2C for ; Fri, 6 May 2011 16:30:48 -0400 (EDT) Date: Fri, 6 May 2011 16:30:48 -0400 (EDT) From: Rick Macklem To: FreeBSD Current Message-ID: <1153983332.1135134.1304713848912.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.201] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Subject: Heads Up: after r221543 you need a fresh make depend 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, 06 May 2011 20:53:48 -0000 Since r221543 moves nfs_kdtrace.h, you'll need to do a fresh make cleandepend; make depend to update your kernel dependencies. rick