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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to