From owner-svn-src-head@FreeBSD.ORG Fri Jan 10 11:23:40 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 095DA7FE; Fri, 10 Jan 2014 11:23:40 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82D0A127C; Fri, 10 Jan 2014 11:23:38 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id s0ABNaFw001604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 10 Jan 2014 15:23:36 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id s0ABNahv001603; Fri, 10 Jan 2014 15:23:36 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 10 Jan 2014 15:23:36 +0400 From: Gleb Smirnoff To: Bruce Evans Subject: Re: svn commit: r260488 - head/sys/net Message-ID: <20140110112336.GA1513@FreeBSD.org> References: <201401091813.s09IDPlU058184@svn.freebsd.org> <20140110101442.GB73147@FreeBSD.org> <20140110215002.F2219@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140110215002.F2219@besplex.bde.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, "Alexander V. Chernikov" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 10 Jan 2014 11:23:40 -0000 On Fri, Jan 10, 2014 at 10:21:17PM +1100, Bruce Evans wrote: B> > On Thu, Jan 09, 2014 at 06:13:25PM +0000, Alexander V. Chernikov wrote: B> > A> @@ -52,6 +53,7 @@ B> > A> #include B> > A> #include B> > A> #include B> > A> +#include B> B> Further unsorting of an unsorted list by adding to the end of it. kdb.h isn't needed at all for this change, is it? -- Totus tuus, Glebius.