From owner-svn-src-head@FreeBSD.ORG Tue Jun 23 15:05:07 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FBBC10657CB; Tue, 23 Jun 2009 15:05:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46F5F8FC33; Tue, 23 Jun 2009 15:05:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 6575341C801; Tue, 23 Jun 2009 17:05:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id PBPGCTcq31l7; Tue, 23 Jun 2009 17:05:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 10DCD41C7FD; Tue, 23 Jun 2009 17:05:06 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id B2D534448E6; Tue, 23 Jun 2009 15:01:18 +0000 (UTC) Date: Tue, 23 Jun 2009 15:01:18 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Andrew Gallatin In-Reply-To: <4A40E0C9.2030408@cs.duke.edu> Message-ID: <20090623145658.L22887@maildrop.int.zabbadoz.net> References: <200906231322.n5NDMKdS077023@svn.freebsd.org> <4A40E0C9.2030408@cs.duke.edu> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r194702 - head/sys/netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 15:05:08 -0000 On Tue, 23 Jun 2009, Andrew Gallatin wrote: Hi, > Bjoern A. Zeeb wrote: >> Author: bz >> Date: Tue Jun 23 13:22:19 2009 >> New Revision: 194702 >> URL: http://svn.freebsd.org/changeset/base/194702 >> >> Log: >> in6_rtqdrain() has been unused. Cleanup. >> As this was the only consumer of net/route.h left remove that as well. >> >> Modified: >> head/sys/netinet6/in6_rmx.c >> >> Modified: head/sys/netinet6/in6_rmx.c >> ============================================================================== >> --- head/sys/netinet6/in6_rmx.c Tue Jun 23 13:17:25 2009 >> (r194701) >> +++ head/sys/netinet6/in6_rmx.c Tue Jun 23 13:22:19 2009 >> (r194702) >> @@ -90,7 +90,6 @@ __FBSDID("$FreeBSD$"); >> #include >> #include >> -#include >> #include > > My kernel build dies without net/route.h: ... > Re-instating the net/route.h include fixes the build for me. yes, already fixed; That change was part of something larger that had passed universe a day or two ago and I got the wrong line cleaning up route.h in the other screen. Send more iscream! ;-) /bz -- Bjoern A. Zeeb The greatest risk is not taking one.