diff packages/net/common/current/ChangeLog @ 2070:f39bb84d8383

* tests/server_test.c: use socklen_t. * tests/nc_test_slave.c: use socklen_t and diag_print type fixes to stop warnings with gcc4.x * tests/tcp_echo.c: use socklen_t and diag_print type fixes to stop warnings with gcc4.x * tests/ping_test.c: use socklen_t. * tests/dhcp_test.c: use socklen_t.
author asl
date Fri, 16 Sep 2005 15:15:14 +0000
parents e400ce1dbe07
children 2ae48600be8b
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog
+++ b/packages/net/common/current/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-16  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* tests/server_test.c: use socklen_t.
+	* tests/nc_test_slave.c: use socklen_t and diag_print type fixes
+	to stop warnings with gcc4.x
+	* tests/tcp_echo.c: use socklen_t and diag_print type fixes to
+	stop warnings with gcc4.x
+	* tests/ping_test.c: use socklen_t.
+	* tests/dhcp_test.c: use socklen_t.
+	
 2005-09-05  David Vrabel  <dvrabel@arcom.com>
             Andrew Lunn   <andrew.lunn@ascom.ch>