cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.cip_output.c ip_var.h

Scott Long scottl at freebsd.org
Sun May 2 07:16:32 PDT 2004


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


More information about the cvs-all mailing list