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