Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/netinet6



> Modified Files:
>       src/sys/netinet6: in6_offload.c in6_offload.h
> 
> Log Message:
> Constify.

This fails to compile without warnings:

/home/dogcow/work/nbsrc/sys/netinet6/in6_offload.c: In function 
'ip6_tso_output_callback':
/home/dogcow/work/nbsrc/sys/netinet6/in6_offload.c:59: warning: passing 
argument 4 of 'nd6_output' discards qualifiers from pointer target type

and thus breaks the build. Please revert or fix.




Home | Main Index | Thread Index | Old Index