Date: Wed, 23 Oct 2013 21:49:19 +0400 From: Gleb Smirnoff <glebius@FreeBSD.org> To: John Baldwin <jhb@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: <20131023174919.GQ52889@FreeBSD.org> In-Reply-To: <201310231322.r9NDMo1U085514@svn.freebsd.org> References: <201310231322.r9NDMo1U085514@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131023174919.GQ52889>