Date: Sun, 02 May 2004 08:16:14 -0600 From: Scott Long <scottl@freebsd.org> To: Max Laier <max@love2party.net> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.cip_output.c ip_var.h Message-ID: <409502AE.8010809@freebsd.org> In-Reply-To: <200405021530.08498.max@love2party.net> References: <200405020636.i426aUjZ057440@repoman.freebsd.org> <200405021530.08498.max@love2party.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Max Laier wrote: > On Sunday 02 May 2004 08:36, Darren Reed wrote: > >>darrenr 2004/05/01 23:36:30 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/sys mbuf.h >> sys/netinet ip_input.c ip_output.c ip_var.h >> Log: >> Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg >> (the type of tag to claim) and push it out of ip_var.h into mbuf.h >>alongside all of the other macros that work ok mbuf's and tag's. >> >> Revision Changes Path >> 1.269 +1 -1 src/sys/netinet/ip_input.c >> 1.216 +1 -1 src/sys/netinet/ip_output.c >> 1.86 +0 -16 src/sys/netinet/ip_var.h >> 1.142 +17 -0 src/sys/sys/mbuf.h > > > nice idea ... this makes things much cleaner, thanks. > tcp_input.c is broken now. Since a new parameter was added to the function and I'm certainly not qualified to know what should go into it, can one of you please fix it quickly? Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409502AE.8010809>