Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 14:29:11 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Gleb Smirnoff <glebius@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r256962 - head/sys/netinet
Message-ID:  <201310231429.11295.jhb@freebsd.org>
In-Reply-To: <20131023174919.GQ52889@FreeBSD.org>
References:  <201310231322.r9NDMo1U085514@svn.freebsd.org> <20131023174919.GQ52889@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, October 23, 2013 1:49:19 pm Gleb Smirnoff wrote:
> 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?

Yes, and my previous commit also left various FOO_MAXID constants that are no
longer relevant.  I will test a patch to clean these up.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231429.11295.jhb>