ecos-opt/net/net/lwip_tcpip/current ChangeLog ...

[email protected] Sat, 22 Jun 2013 14:58:10 +0000
Newsgroups gmane.os.ecos.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	[email protected]	2013-06-22 14:58:09

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/core/snmp: msg_out.c 

Log message:
	* src/core/snmp/msg_out.c: Applied lwip bugfix #29256.
	ip_addr_set_hton(...) does not exist in this revision, so an
	equivalent solution was provided. The application was retested.
	Any application that worked around the problem by using
	htonl(...) will need to be changed by removing it. [ Bugzilla 1001789 ]