ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...

[email protected] 9 Mar 2012 19:37:46 -0000
Newsgroups gmane.os.ecos.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	[email protected]	2012-03-09 19:37:46

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet6: icmp6.c 
	                                            in6_ifattach.c 
	                                            in6_src.c 
	                                            ip6_input.c 
	                                            ip6_mroute.c 
	                                            ip6_output.c nd6.c 
	                                            nd6_nbr.c nd6_rtr.c 
	                                            raw_ip6.c 

Log message:
	Fix compiler warnings -- mostly variables that are set but not referenced
	and mismatches between pointers to signed/unsigned char.  Bugzilla 1001526