From owner-svn-src-all@FreeBSD.ORG Wed Oct 23 17:49:23 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTP id 20796CCE; Wed, 23 Oct 2013 17:49:23 +0000 (UTC) (envelope-from glebius@FreeBSD.org) 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 9C1E320DA; Wed, 23 Oct 2013 17:49:21 +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 r9NHnJiO020289; Wed, 23 Oct 2013 21:49:19 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9NHnJAo020288; Wed, 23 Oct 2013 21:49:19 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 23 Oct 2013 21:49:19 +0400 From: Gleb Smirnoff To: John Baldwin Subject: Re: svn commit: r256962 - head/sys/netinet Message-ID: <20131023174919.GQ52889@FreeBSD.org> References: <201310231322.r9NDMo1U085514@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310231322.r9NDMo1U085514@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 23 Oct 2013 17:49:23 -0000 On Wed, Oct 23, 2013 at 01:22:50PM +0000, John Baldwin wrote: J> Author: jhb J> Date: Wed Oct 23 13:22:50 2013 J> New Revision: 256962 J> URL: http://svnweb.freebsd.org/changeset/base/256962 J> J> Log: J> Finish r254925 and remove the last remaining sysctl name list macro. The J> one port that used it has been fixed to use the more portable J> getprotoent(3) instead. J> J> Modified: J> head/sys/netinet/in.h J> J> Modified: head/sys/netinet/in.h J> ============================================================================== J> --- head/sys/netinet/in.h Wed Oct 23 13:09:57 2013 (r256961) J> +++ head/sys/netinet/in.h Wed Oct 23 13:22:50 2013 (r256962) J> @@ -603,78 +603,6 @@ int getsourcefilter(int, uint32_t, struc J> * Third level is protocol number. J> * Fourth level is desired variable within that protocol. J> */ J> -#define IPPROTO_MAXID (IPPROTO_AH + 1) /* don't list to IPPROTO_MAX */ J> - Doesn't above comment belong to the deleted text? -- Totus tuus, Glebius.